Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/tutorials/HTTP_Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Connectors simplify the integration of KurrentDB data into other systems. Each c

The following are the available Kurrent sinks:

1. [Kafka Sink](/server/v24.10/features/connectors/sinks/kafka.html)
2. [MongoDB Sink](/server/v24.10/features/connectors/sinks/mongo.html)
3. [RabbitMQ Sink](/server/v24.10/features/connectors/sinks/rabbitmq.html)
4. [HTTP Sink](/server/v24.10/features/connectors/sinks/http.html)
5. [Serilog Sink](/server/v24.10/features/connectors/sinks/serilog.html)
1. [Kafka Sink](/server/latest/features/connectors/sinks/kafka.html)
2. [MongoDB Sink](/server/latest/features/connectors/sinks/mongo.html)
3. [RabbitMQ Sink](/server/latest/features/connectors/sinks/rabbitmq.html)
4. [HTTP Sink](/server/latest/features/connectors/sinks/http.html)
5. [Serilog Sink](/server/latest/features/connectors/sinks/serilog.html)

This step-by-step tutorial guides you through setting up a connector using the **HTTP Sink** in KurrentDB. This feature allows KurrentDB to push event data to an http endpoint.

Expand Down
Loading