codelipenghui commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-915314070


   If using `entry.format=pulsar`, 
   
   for the Kafka client publish:  kafka format -> pulsar format, for Kafka 
client consume: pulsar format -> kafka format (improved by streamnative/kop#673)
   for the Pulsar client consume pulsar format -> pulsar format
   
   After introduced the message converter and `entry.format=kafka`:
   
   for the Kafka client publish:  kafka format -> kafka format, for Kafka 
client consume: kafka format -> kafka format
   for the Pulsar client consume: kafka format -> pulsar format (by the 
converter)
   
   Is my understanding above correct @BewareMyPower 
   
   I said `the existing KoP implementation already supports this requirement` 
means if we are using the `entry.format=pulsar`, the Kafka client can consume 
the data written by the Pulsar client and the Pulsar client can consume the 
data from the Kafka client by some conversion at the broker side. I did not 
understand why the broker side converter approach will have a great advantage 
over `entry.format=pulsar`


-- 
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]


Reply via email to