Skip to content

feat(producer): Support producing Kafka BaseRecord - #572

Open
lvthanh03 wants to merge 1 commit into
mainfrom
tony/produce-baserecord
Open

feat(producer): Support producing Kafka BaseRecord#572
lvthanh03 wants to merge 1 commit into
mainfrom
tony/produce-baserecord

Conversation

@lvthanh03

@lvthanh03 lvthanh03 commented Sep 11, 2026

Copy link
Copy Markdown
Member

Supports producing BaseRecord directly by extracting the record-sending logic from produce() into a public produce_record() method.

The existing produce() still converts KafkaPayload into BaseRecord and sends it through this method. Callers that already build a BaseRecord can now send it directly, avoiding the need to copy their data into a KafkaPayload.

Refs STREAM-1815

@lvthanh03
lvthanh03 requested review from a team as code owners September 11, 2026 18:50
@linear-code

linear-code Bot commented Sep 11, 2026

Copy link
Copy Markdown

STREAM-1815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants