Yufan Sheng created FLINK-24283: ----------------------------------- Summary: Pulsar connector won't use given hash ranges in Key_Shared mode Key: FLINK-24283 URL: https://issues.apache.org/jira/browse/FLINK-24283 Project: Flink Issue Type: Bug Components: Connectors / Pulsar Affects Versions: 1.14.0 Reporter: Yufan Sheng Fix For: 1.14.0
Pulsar broker will keep the old consumer select if the consumer has been closed. This would lead to the sticky key range won't take effect. We should use a sticky hash range when seeking the initial position in the source enumerator. https://github.com/apache/pulsar/pull/12035 -- This message was sent by Atlassian Jira (v8.3.4#803005)