```
210     @POST
211     @Path("/push-events")
212     @Consumes({MediaType.APPLICATION_JSON, 
SmileMediaTypes.APPLICATION_JACKSON_SMILE})
213     @Produces({MediaType.APPLICATION_JSON, 
SmileMediaTypes.APPLICATION_JACKSON_SMILE})
214     public Response addAll(
215         InputStream in,
216         @Context final HttpServletRequest req
217     )

```
I found the answer in 
`server/src/main/java/org/apache/druid/segment/realtime/firehose/EventReceiverFirehoseFactory.java`
So, non-json is not supported?

[ Full content available at: 
https://github.com/apache/incubator-druid/issues/6353 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to