Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.16.0, 1.15.2, 1.14.6
-
None
Description
Pulsar add message retry policy for Key_Shared subscription which makes the flink messages consuming not works now in Key_Shared subscription. We can't consume messages by using a subset of sticky key hash range https://github.com/apache/pulsar/issues/17679. So we have to change the Key_Shared subscription to Exclusive subscription which supports consuming messages with partial key hash ranges.