databricks / iceberg-kafka-connect

Apache License 2.0
220 stars 49 forks source link

add checkClassName regex func #302

Open ryanjclark opened 1 month ago

ryanjclark commented 1 month 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