Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 424 Bytes

File metadata and controls

17 lines (10 loc) · 424 Bytes

Receiving webhooks (HTTP to Kafka)

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.

Requirements

To run this example you will need Docker and docker-compose installed. See installation guide at https://docs.docker.com/compose/install/

Running

To run all services, execute:

docker-compose up