Kafka connect with kerbrosized db

╄→尐↘猪︶ㄣ 提交于 2019-12-02 17:54:09

问题


I am trying to use kafka connect as sink. Our db are kerberized, I am not able to figure out how we can specify kerberos in the connection,url rather than user pass

when i try to form the connection.url as

jdbc:db2://<host>:<port>/database;userKerberos=true

it fails saying invalid url.

My question is how we can use kerberos in kafka connect rather than specifying user and pass?

Other question is when I give even user/pass it throw below error

A communication error occurred on the connection's underlysing socker. Connection reset ERRORCODE=-4499, SQLSTATE=08001

来源:https://stackoverflow.com/questions/56166502/kafka-connect-with-kerbrosized-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!