BewareMyPower commented on issue #12087: URL: https://github.com/apache/pulsar/issues/12087#issuecomment-925808096
@eolivelli I've just made a lot of changes for this proposal. PTAL Some differences from the previous thoughts: 1. Only configure one converter to avoid extra complexity. 2. The `messageFormat` field was not added to MessageMetadata, though it doesn't take much effort to do that. Checking the property could be compatible with messages produced by older Pulsar API. Here's the branch for the latest proposal but still needs some work: https://github.com/BewareMyPower/pulsar/tree/TEST-PIP-96 @codelipenghui Please also take a look since I've changed the returned value to `Iterable<Message<T>>`. -- 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]
