Hello,
I would like some guidance on the use of API-Keys between Kafka Connect and its respective Connectors. Currently, I have a Kafka Connect that has an API-Key, and my Connector is successfully working using the same API-Key as my Kafka Connect.
That said, these are my questions:
- Is it a good practice to use the same API-Key from Kafka Connect in my Connector?
- Or would it be safer/recommended for my Connector to have its own API-Key to work with my Kafka Connect?
- Is there any official recommendation on this?
Thank you!