masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka)
https://knet.masesgroup.com/
Apache License 2.0
38 stars 6 forks source link

Create a unique container for KNet client/server and Connect #495

Closed masesdevelopers closed 3 months ago

masesdevelopers commented 3 months ago

Is your feature request related to a problem? Please describe. Currently there are two containers, but it is possible to create a unique container able to work in multiple ways

Describe the solution you'd like Update the KNetRun.sh script adding Connect behavior for:

To avoid confusion replace standalone with server for possible values of KNET_RUNNING_MODE environment variable.

Describe alternatives you've considered N/A

Additional context N/A

masesdevelopers commented 3 months ago

Add KRaft management