You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ns4kafka manages the following Kafka resources :
Topics
ACLs
Connectors
At some point, we want to add :
Schemas (using Confluent SR)
Users
Consumer groups (change offsets)
Depending on the team using ns4kafka, they may not need some features (Kafka Connect) or features may not be available (User management locked behind Kafka 2.7.0), and as such, every feature should be toggleable, preventing API calls to such features to succeed
The text was updated successfully, but these errors were encountered:
twobeeb
added
the
refactor
The change is an optimisation of the code base without any functional changes
label
Mar 10, 2021
twobeeb
added
feature
This issue adds a new feature
and removed
refactor
The change is an optimisation of the code base without any functional changes
labels
Mar 31, 2021
Currently, ns4kafka manages the following Kafka resources :
At some point, we want to add :
Depending on the team using ns4kafka, they may not need some features (Kafka Connect) or features may not be available (User management locked behind Kafka 2.7.0), and as such, every feature should be toggleable, preventing API calls to such features to succeed
The text was updated successfully, but these errors were encountered: