Skip to content
Merged
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
3 changes: 1 addition & 2 deletions docs/tutorials/HTTP_Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ The following are the available Kurrent sinks:
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. [Logger Sink](/server/v24.10/features/connectors/sinks/logger.html)
6. [Serilog Sink](/server/v24.10/features/connectors/sinks/serilog.html)
5. [Serilog Sink](/server/v24.10/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