Gilvan Filho created CAMEL-19412:
------------------------------------
Summary: Add kerberos config file location property
Key: CAMEL-19412
URL: https://issues.apache.org/jira/browse/CAMEL-19412
Project: Camel
Issue Type: Wish
Components: camel-kafka
Reporter: Gilvan Filho
camel-kafka dont have a property which allows user to set krb5 config file
location.
Today if user need to set this he need to use system properties like:
{code:java}
java -jar myroute.jar -Djava.security.krb5.conf {code}
Or something like:
{code:java}
private void configureKrb5() {
String krb5Location = getKrb5ConfigFileLocaltionFromSomewhere();
System.setProperty("java.security.krb5.conf", krb5Location);
}{code}
[camel-hdfs|[http://example.com|https://camel.apache.org/components/3.20.x/hdfs-component.html]]
has that property (see kerberosConfigFile property)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)