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

fix: pulsar-flink-381 #382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 jianyun8023, syhily and a team 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.

None yet

2 participants