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?
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?