BewareMyPower commented on issue #12087: URL: https://github.com/apache/pulsar/issues/12087#issuecomment-927003655
I have simplified this design and update the description, PTAL again. @eolivelli Some changes: 1. Rename `MessageContext` to `EntryContext` to avoid misunderstanding. Because `MessageContext` looks like a context of `Message<T>`. 2. Simplify the `MessagePayload` interface. It's only responsible to convert itself to `ByteBuf` now. 3. Don't apply a default converter for consumer. You can also see https://github.com/apache/pulsar/pull/12088 for detail. -- 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]
