/howlett-kafka-extensions

Some high level abstractions for working with Apache Kafka in .NET

Primary LanguageC#Apache License 2.0Apache-2.0

Howlett.Kafka.Extensions

Some lightweight abstractions over Confluent.Kafka to make common use cases easy.

Early days! Let's get the ball rolling with:

Stateless Stream Processor

  • Specify the input topic and/or output topic and a transform function.
  • Can be used for:
    • stateless stream processing.
    • data source.
    • data sink.

example