Topic Creation with Additional Config #859
Replies: 6 comments 2 replies
-
Hi, Thanks for the report ! I create the issues #860 in order to keep track on these. This seems to be a really simple feature, does your bank have some dev to make a PR ? |
Beta Was this translation helpful? Give feedback.
-
Hello. Local developers can make a PR. We will see this in a few weeks. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to customize default topic configuration when we create one ? For example, the number of partitions and replication factor |
Beta Was this translation helpful? Give feedback.
-
yes, look at this |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. We run the JAR with : java -Dmicronaut.config.files=application-dev.yml -jar akhq.jar And our application-dev.yml contains things like that: It seems it doesn't override your application.yml located at the root of akhq.jar Any idea ? |
Beta Was this translation helpful? Give feedback.
-
For information, the app is not running using Docker. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. We are working for one of the largest Bank in the world and we love AKHQ to administrate our Kafka Cluster.
In the topic's creation page (/topic/create in AKHQ 0.18.0), it doesn't seems possible to define additional configurations.
One of our goal would be to define the following configs :
Unix command example: kafka-topics --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic my-topic-sv
--config confluent.value.schema.validation=true
Is it something planned soon ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions