This example showcases the use of the HTTP Subscriber to receive webhooks with HTTP POST requests.
Received messages are then published to a Kafka topic.
To run this example you will need Docker and docker-compose installed. See installation guide at https://docs.docker.com/compose/install/
To run all services, execute:
docker-compose up