cswarth commented on issue #11003:
URL: https://github.com/apache/druid/issues/11003#issuecomment-800780744


   I suspect the answer is "No, protobuf cannot be used to parse file 
contents", based on this comment, 
   https://github.com/apache/druid/pull/10839#issuecomment-790505170
       
   
   > If you are interested in doing a follow-up PR or two, the protobuf 
extension is one of the few ingestion formats that has not been ported to the 
newer InputFormat interface which has replaced parsers. There are a handful of 
implementations that could be used as reference (JSON, Avro though it is 
missing an InputFormat for streaming support and using schema registry itself, 
and many others). I think this should be relatively straight-forward with the 
protobuf extension since most of the work is being done in the decoder 
implementations, which could also be re-used by the InputFormat implementation.
   
   
   


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