Julien Chanaud
Julien Chanaud
#897 - [x] Refactor ACL model - [ ] Define the Resource/Role matrix - [ ] Add all default permissions in application.yml - [ ] Cleanup old model and references...
Currently, the only Kafka method in KafkaAsyncExecutor for creating Topics is by using AdminClient While it's probably going to cover 100% of Kafka provider, the same cannot be said regarding...
When deploying this project on Kafka cluster with existing users, we need a method to generate the Namespace from existing cluster data (topics, Acls, Connects, ...) Create and Admin API...
Currently, ns4kafka manages the following Kafka resources : * Topics * ACLs * Connectors At some point, we want to add : * Schemas (using Confluent SR) * Users *...
Some interesting JMX would provide admins with usage dashboards as well as alerting capability Rest API calls : count / time Synchronization steps : success / errors counts https://micronaut-projects.github.io/micronaut-micrometer/latest/guide/ https://micrometer.io/docs/concepts
https://kafka.apache.org/30/documentation/streams/developer-guide/app-reset-tool.html User would just need to execute ``kafkactl reset-stream [options]``
After declaring a Kstream resource and deploying a KStream, -changelog and -repartition topics are not visible within ns4kafka. This is because the import process is triggered manually. For -changelog and...