Thank you!
Hi,
A request-response structure is more suitable for your scenario, you should
still persist RESTful API rather than Kafka.
1095193...@qq.com
From: Desmond Lim
Date: 2019-03-19 09:52
To: users
Subject: Using kafka with RESTful API
Hi all,
Just started using kafka yesterday and I have
Hi all,
Just started using kafka yesterday and I have this question.
I have a RESTful API that gets JSON data from a user (via POST) passes it
to an app, the app computes the data and return it to the RESTful API and
the API would display the results to the user.
I'm trying to do this:
The REST