-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[PIP-236][fix][broker]Fix using schema to create consumer fails after using AUTO_CONSUME consumer to subscribe topic #17449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
cf12237
Fix the problem that using schema to create consumer fails after usin…
Denovo1998 74f23b4
Merge branch 'master' of github.com:apache/pulsar into issue17354
Denovo1998 d1c40ff
Fix the problem that using schema to create consumer fails after usin…
Denovo1998 dc602ef
Merge remote-tracking branch 'origin/issue17354' into issue17354
Denovo1998 22d6a06
add test for Fix the problem that using schema to create consumer fai…
Denovo1998 81847df
Fix the problem that using schema to create consumer fails after usin…
Denovo1998 350bef1
add test for Fix the problem that using schema to create consumer fai…
Denovo1998 068226e
Merge remote-tracking branch 'origin/issue17354' into issue17354
Denovo1998 87b7b55
Record the schema of all consumers for each subscription after the co…
Denovo1998 7be59c3
when the schema is null, do not check whether the schema is AUTO_CONS…
Denovo1998 5f3a73a
Record schemaData in Consumer.
Denovo1998 649d92c
SchemaType replaces SchemaData in Consumer
Denovo1998 33c838a
Merge branch 'master' into issue17354
Denovo1998 71ecde8
upload AUTO schema
Denovo1998 3bf681b
upload AUTO_CONSUME schema
Denovo1998 d04d70c
SchemaType add in SubscriptionOption; only add AutoConsume; add a sin…
Denovo1998 9b2f5ff
Add a new method in AutoConsumeSchema getAutoConsumeSchemaInfo() inst…
Denovo1998 f0c2b25
Backward compatibility, if the old pulsar-client uses AUTO_CONSUME co…
Denovo1998 530e37c
Add the is_auto_consume_schema field in PulsarApi.proto to record whe…
Denovo1998 560c51d
Add new proto version in ProtocolVersion and carry AUTO_CONSUME schem…
Denovo1998 59efefc
change new enum value
Denovo1998 a5ae55d
Merge branch 'master' into issue17354
Denovo1998 276b462
change SCHEMA_INFO public and reference AutoConsumerSchema.SCHEMA_INF…
Denovo1998 4cc9c46
delete convertAutoConsumeSchema and set AutoConsume in getSchemaType.
Denovo1998 0b92863
fix SchemaType getSchemaType(Schema.Type type) like Schema.Type getSc…
Denovo1998 ba186d7
Merge branch 'master' into issue17354
Denovo1998 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.