tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.4k stars 656 forks source link

Add a free field to kafka-connect configs UI / support all configurations of connectors #705

Open raphaelauv opened 3 years ago

raphaelauv commented 3 years ago

My use case is :

I have some specific value.converter. or key.converter. configurations

this "free_fields" could be key:value map so the user can precise value of each custom key.

tchiotludo commented 3 years ago

Seems to be a good solution I think, there is some edge case for connect configurations (specially custom one). PR are welcome :smile:

philipp94831 commented 3 years ago

Hi, probably related to this issue: We also use these converter specific configurations. If we now change, e.g., max.tasks, using the AKHQ UI, the now updated connector does not include the converter specific configurations anymore. Should I open a new issue for that?

tchiotludo commented 3 years ago

I think it's the same issue

raphaelauv commented 3 years ago

Yes, I renamed the issue to explicit the support of all current configuration fields of the connector