Skip to content

Conversation

@touchkey
Copy link
Contributor

No description provided.

@touchkey touchkey marked this pull request as draft July 26, 2024 13:28
configurationData, client.externalExecutorProvider(),
partitionIndex, true, listener != null, subFuture,
startMessageId, schema, interceptors,
startMessageId, schema, null,
Copy link
Member

Choose a reason for hiding this comment

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

we can't remove interceptors from internal consumer directly this will make other interceptor methods not work

long callTime = System.nanoTime();
try {
message = incomingMessages.poll(timeout, unit);
message = beforeConsume(message);
Copy link
Member

@coderzc coderzc Aug 8, 2024

Choose a reason for hiding this comment

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

Also need to call beforeConsume on internalReceiveAsync、internalReceive(long timeout, TimeUnit unit) 、messageReceived

@coderzc
Copy link
Member

coderzc commented Aug 8, 2024

I open another PR(#23141) to fix this issue

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