Back to Watermill

Receiving webhooks (HTTP to Kafka)

_examples/real-world-examples/receiving-webhooks/README.md

1.5.1423 B
Original Source

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