Aiven-Open / Aiven-Open/aiven-kafka-connector-framework
Improve "hidden" less common configurations
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 3
- Avg merge
- 3h 12m
- Merged PRs (30d)
- 3
Description
# What is currently missing?
See #45
Some common configurations are not used by all implementing connectors, who need to call `hideThisConfiguration(true)` methods. This could confusing for connector developers, or fragile when new "common" configurations are added and appear unused in implementations.
We should also avoid accepting "hidden" configurations that are unused to prevent REST users from thinking they work.
# How could this be improved?
To be discussed.
# Is this a feature you would work on yourself?
* [ ] I plan to open a pull request for this feature
Contributor guide
Assessment
This issue has not been assessed yet.