panzhongxian commented on issue #6353: How to send non-json content by EventReceiverFirehose? URL: https://github.com/apache/incubator-druid/issues/6353#issuecomment-423392529 ``` 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 ) ``` So, non-json is not supported.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
