redpanda-data / redpanda-data/console
Editing a Connector config with converter specific configs removes these
Open
@weeco is already working on this.
Since Jan 18, 2024.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
When editing a Kafka Connector config with converter specific configs, such as
"value.converter.schema.registry.url": "http://schema-registry:8081",
the config is removed fter updating it. The value converter used in this case is io.confluent.connect.avro.AvroConverter and configured as the default value converter for the Connect cluster. The converter specific config should not be removed in this case.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.