congbo

Results 41 comments of congbo

could you please cherry-pick this PR to branch-2.9? thanks.

could you please cherry-pick this PR to branch-2.9? thanks.

@aloyszhang hi, I move this PR to release/2.9.5, if you have any questions, please ping me. thanks.

@mgrenonville hi, I move this PR to release/2.9.5, if you have any questions, please ping me. thanks.

@leizhiyuan hi, I move this PR to release/2.9.5, if you have any questions, please ping me. thanks.

> @congbobo184 The Commit of my PR is a bit dirty. Should I open a PR and close this? don't need push a new pr, please merge the apache/master to...

We only need to upload `AUTO_CONSUME` and don't change the behavior of `BYTES` schema(don't unload `NONE` AND BYTES schema. in broker schema = null represents the `BYTES` schema). how about...

we need to send the AUTO_CONSUME type to the broker https://github.com/apache/pulsar/blob/d8569cd4ec6da14f8b2b9338db1ed2f6a3eacf0a/pulsar-common/src/main/java/org/apache/pulsar/common/protocol/Commands.java#L773-L788 https://github.com/apache/pulsar/blob/d8569cd4ec6da14f8b2b9338db1ed2f6a3eacf0a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L813-L817 change AUTO_CONSUME type can be send to broker

https://github.com/apache/pulsar/blob/d8569cd4ec6da14f8b2b9338db1ed2f6a3eacf0a/pulsar-common/src/main/proto/PulsarApi.proto#L47 we should add the AUTO_CONSUME schema type in this proto, otherwise, it can't upload AUTO_CONSUME to broker

I have no idea about that. [PIP-194] https://lists.apache.org/thread/97o9t4ltkds5pfq41l9xbbd31t41qm8w discuss how to solve this problem.