databricks / iceberg-kafka-connect

Apache License 2.0
213 stars 47 forks source link

Add ability to specify Connect class name #301

Open sappusaketh opened 2 weeks ago

sappusaketh commented 2 weeks ago

For folks who use wrapper around kafka connect the logic to parse config wont work. Can this be made configurable using configs. Something like connect.class.suffix. At present we are passing all values using iceberg.kafka.* we would like to avoid this cause we have numerous connectors and every time we change any kafka related things we are requiring to make update on connector configs