Skip to main content
Version: v0.4.0

inline::reference

Description​

Reference implementation of batches API with KVStore persistence.

Configuration​

FieldTypeRequiredDefaultDescription
kvstoreKVStoreReferenceNoConfiguration for the key-value store backend.
max_concurrent_batchesintNo1Maximum number of concurrent batches to process simultaneously.
max_concurrent_requests_per_batchintNo10Maximum number of concurrent requests to process per batch.

Sample Configuration​

kvstore:
namespace: batches
backend: kv_default