Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Conversation

@haormj
Copy link
Contributor

@haormj haormj commented Aug 4, 2021

debezium-format update message will produce two RowData, but pulsar
connector only deliver one RowData to downstream

Updates #381

debezium-format update message will produce two RowData, but pulsar
connector only deliver one RowData to downstream

Updates streamnative#381
@haormj haormj requested review from a team, jianyun8023 and syhily as code owners August 4, 2021 02:59
if (deserializer.isEndOfStream(record)) {
running = false;
return;
List<T> list = new ArrayList<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create this array list every time we emit a message may be too expensive. Can we reuse this array list?

@syhily
Copy link
Contributor

syhily commented Nov 4, 2021

@haormj Are you still working on this MR?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants