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.

13 lines 542 B
import { create } from '@bufbuild/protobuf'; import { StreamReadMessage_FromClientSchema, } from '@ydbjs/api/topic'; export let _send_stop_partition_session_response = function send_stop_partition_session_response(ctx) { ctx.queue.push(create(StreamReadMessage_FromClientSchema, { clientMessage: { case: 'stopPartitionSessionResponse', value: { partitionSessionId: ctx.partitionSessionId, }, }, }), 0); }; //# sourceMappingURL=_stop_partition_session_response.js.map