Skip to content

Batch operations #42

@rcrane

Description

@rcrane

The kinetic.proto file contains fields and operations that hint at the availability of batch operations:

// batch operations
START_BATCH = 42;
START_BATCH_RESPONSE = 41;
END_BATCH = 44;
END_BATCH_RESPONSE = 43;
ABORT_BATCH = 46;
ABORT_BATCH_RESPONSE = 45;

Is there any code (preferably C) available that demonstrates how to use batches?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions