title | _description |
---|---|
Current development state of .NET suite for Apache Kafka™ |
Describes the current development state of .NET suite for Apache Kafka™ |
This release comes with some ready made classes:
- The command line interface classes (i.e. the executables Apache Kafka™ classes), the ones available under the bin folder of any Apache Kafka™ binary distribution, can be managed using the KNetCLI, e.g. ConsoleConsumer, ConsoleProducer and so on.
- Producer/Consumer classes
- Apache Kafka™ Admin Client covering all available APIs: since many classes are marked with @InterfaceStability.Evolving annotation some properties or methods can be missed; use dynamic code to interact with Admin API types.
- Almost completed Apache Kafka™ Streams
- Almost completed Apache Kafka™ Connect
- .NET Apache Kafka™ Connect SDK (a basic version)
- KNet Connect: added autonomous executable to start connectors based on KNet Connect SDK
- KNet PowerShell: added some cmdlets
- KNet Streams SDK: added many classes
If something is not available use API extensibility to cover missing features.