littlecatjianjiao opened a new issue, #20754: URL: https://github.com/apache/pulsar/issues/20754
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar-server 2.11 flink-connector-pulsar-1.16.0(pulsar-client version: pulsar-client-2.10.1) ### Minimal reproduce step 1.Create a multi-partition topic in pulsar 2.start a flink consumer task,set the parallelism of the task is less than the number of topic partitions, and then check the consumption of the data task detail. ### What did you expect to see? each subtask can keep the consume rate and consume topic data normally ### What did you see instead? only the first subtask can obtain topic data other subtask failed to consume data ### Anything else? By opening the debug log, it is found that the above two consumers (normal consumption and abnormal consumption) have different responses when sending http requests through netty, which is mainly reflected in the returned location field nomal consume thread:  error consume thread:  ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
