A Kafka Forwarder written in ASP.NET Core (Kestrel) for Segment outbound events.
We use https://github.com/conduktor/kafka-stack-docker-compose to run a local Kafka cluster.
If using VSCode, there's a Run and Debug configuration for the project. Otherwise, run dotnet run
from the project directory.
The OpenAPI docs are available at /swagger/index.html
(locally under https://localhost:7163/swagger/index.html
).
kafka-topics --create --bootstrap-server localhost:9092 --replication-factor 1 \
--partitions 1 --topic my-topic \
--config confluent.value.schema.validation=false