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.

6 lines 160 B
export type ThroughputSettings = { maxBufferBytes: bigint; flushIntervalMs: number; maxInflightCount: number; }; //# sourceMappingURL=types.d.ts.map