UNPKG

@ydbjs/topic

Version:

YDB Topics client for publish-subscribe messaging. Provides at-least-once delivery, exactly-once publishing, FIFO guarantees, and scalable message processing for unstructured data.

3 lines 241 B
export const MAX_PAYLOAD_SIZE = 48n * 1024n * 1024n; // Maximum payload size in bytes, default is 48MiB export const MAX_BATCH_SIZE = 48n * 1024n * 1024n; // Maximum batch size in bytes, default is 60MiB //# sourceMappingURL=constants.js.map