Hi,
We designed a unified REST gateway to post data to kafka and get data from kafka, then how can I send and consume the kafka data efficiency using long polling. I do not want to new KafkaConsumer/KafkaProducer and close it every time. Is there any ways to realize it? Thanks!