akhq icon indicating copy to clipboard operation
akhq copied to clipboard

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

Open raphaelauv opened this issue 4 years ago • 4 comments

My use case is :

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

  • Its not possible to add a non referenced config to the connector from the UI
  • configs UI do not show custom config of the current connector, so my previous configuration do not show up

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

raphaelauv avatar May 19 '21 16:05 raphaelauv

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

tchiotludo avatar May 19 '21 16:05 tchiotludo

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?

philipp94831 avatar Jun 21 '21 06:06 philipp94831

I think it's the same issue

tchiotludo avatar Jun 21 '21 07:06 tchiotludo

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

raphaelauv avatar Jun 21 '21 07:06 raphaelauv