exasol / kafka-connector-extension

Exasol Kafka Extension for accessing Apache Kafka
MIT License
4 stars 7 forks source link

Add support for custom krb5.conf #86

Closed Shmuma closed 7 months ago

Shmuma commented 7 months ago

In https://exasol.atlassian.net/browse/L3-1417, client faced with requirement to specify their own krb5.conf, which we currently doesn't support.

Here we should implement the support of this, as this might be needed in complex setups. It will allow for user to specify the path to the file in the bucketfs and setup java configuration settings accordingly

Need to implement