Hi, We faced the same problem described here [1]
The Kafka REST Proxy API call to get consumed/committed offets (http://docs.confluent.io/current/kafka-rest/docs/api.html#get--consumers-(string-group_name)-instances-(string-instance)-offsets) requires a message body on a GET request. We know that ESB / APIM GW does not support requests using GET with a Body [2]. Also, a recent similar ISSUE is raised [3] "Since it is a GET request, ESB (underlying http-core-nio) does not wait for the payload and start processing the request" [4] Could you please tell us how to call the KFKA REST API that uses a GET with a body? [1] Confluent Platform › REST Proxy - GET on /offsets requires message body : https://groups.google.com/forum/#!msg/confluent-platform/nN_qAiwHYuY/U_AWEbAsBwAJ [2] https://docs.wso2.com/display/EI611/Unusual+Scenarios+for+HTTP+Methods+in+REST#UnusualScenariosforHTTPMethodsinREST-UsingGETwithaBody [3] https://github.com/wso2/product-apim/issues/3893 [4] When a GET request received with delayed payload, next request fail with incorrect request line : https://wso2.org/jira/browse/ESBJAVA-4716 Thanks Youcef HILEM -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
