-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
PIP-43: Producer Send Message with Different Schema #5141
Labels
Milestone
Comments
yittg
added
the
type/feature
The PR added a new feature or issue requested a new feature
label
Sep 6, 2019
@yittg done |
1 task
sijie
pushed a commit
that referenced
this issue
Oct 25, 2019
Master Issue: #5141 ### Motivation Implement part-1 of [PIP-43](https://github.com/apache/pulsar/wiki/PIP-43%3A-producer-send-message-with-different-schema#changespart-1). ### Modifications * New message api to specify message schema explicitly; * Mechanism of registering schema on producing; * Batch message container support to check message schema; * Configuration for seamless introduction of this feature;
This was referenced Oct 25, 2019
sijie
pushed a commit
that referenced
this issue
Nov 5, 2019
Master Issue: #5141 Expose new message with different schema interface, which not required same parameterized type with the producer. Since the producer and messages sent by it may have different inner types, it's better to have a type agnostic producer interceptor with a checkin method.
@sijie, PIP-43 has been fully implemented, may we close this issue? |
@yittg yes. closing it now and will update the status of the PIP. |
@yittg well done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This is a master issue for tracking the work to implement PIP-43.
newMessage
to interface with different parameterized type.SchemaHash
to pulsar-common module.The text was updated successfully, but these errors were encountered: