kentakozuka opened a new issue #10234:
URL: https://github.com/apache/druid/issues/10234


   I am trying to send protobuf data to Cloud pubsub to Druid via Kafka Connect.
   I tried the tutorials of the kafka ingestion and the protobuf extionsion. 
But if I publish the data to pubsub from script, the data schema stored in the 
kafka topic is the following.
   
   ```
   
{"schema":{"type":"bytes","optional":false},"payload":"CgxtaWxsaXNlY29uZHMSA0dFVBgsIhQyMDE3LTA0LTA2VDAyOjM2OjIyWioDMjAwMgEvOg9yZXF1ZXN0L2xhdGVuY3lCEHd3dzEuZXhhbXBsZS5jb20="}
   ```
   
   This is not the data format in the tutorial of protobuf such as;
   
   ```
   millisecondsGETU"2020-08-03T07:21:10Z*2002/:request/latencyBwww1.example.com
   ```
   
   Is it possible to convert only `payload` data and ingest it into Druid with 
the protobuf extension?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to