sijie commented on issue #4199: documentation: unclear how to use Pulsar IO URL: https://github.com/apache/pulsar/issues/4199#issuecomment-495991045 > is to pull data from Pulsar topic (which consists from protobuf messages) and push it into ElasticSearch. > If I understood you correctly, the built-in ElasticSearch connector wan't be able to deserialize protobuf messages and I should write my own connector for that purpose (probably just modify the existing one). yes that's correct. you just need to modify the existing one or add a new one based on the existing one. > is it correct that I can reuse KafkaConnect implementation for that purpose? yes you can
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
