You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yufan Sheng (Jira)" <ji...@apache.org> on 2021/09/14 14:03:00 UTC

[jira] [Created] (FLINK-24283) Pulsar connector won't use given hash ranges in Key_Shared mode

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)