databricks / iceberg-kafka-connect

Apache License 2.0
213 stars 47 forks source link

add checkClassName regex func #302

Open ryanjclark opened 2 weeks ago

ryanjclark commented 2 weeks ago

We have a custom wrapper on the ConnectDistributed class which does not match the regex check here. This PR expands the regex to be more generous but is still reasonable. Closes #301