Inilien commented on issue #4199: documentation: unclear how to use Pulsar IO URL: https://github.com/apache/pulsar/issues/4199#issuecomment-495989505 One of the use-cases at hand - 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](https://pulsar.apache.org/docs/en/io-elasticsearch/#sink) 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). Also, is it correct that I can reuse KafkaConnect implementation for that purpose? If I am not mistaken this is how current implementation of Debezium connector for Pulsar works. https://github.com/apache/pulsar/blob/master/pulsar-io/kafka-connect-adaptor/src/main/java/org/apache/pulsar/io/kafka/connect/KafkaConnectSource.java
---------------------------------------------------------------- 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
