.
BUT do I now also need to update all my internal KAFKA clients who publish and
consume
OR can I configure it so that I only use SALS and ACL for the “outside”
components ?
-Tobias
--
Tobias Eriksson
Chief Architect Research – CTO Office
Qvantel Sweden AB
Tel; +46 768 832453
e-mail; tobias.eriks
We have Kafka v1.1.0
Is there a really good tutorial somewhere on how to set up security with SSL
and ACL
I would like to have ONE cluster, where
* Our internal services does not have to use SSL / ACL
* The 3;rd party applications HAVE TO use SSL / ACL
is this possible ?
-Tobias
--
Tobias
"Internal Services" - mean inter-broker exchanges?
2) "3rd Party applications" - means "Clients" trying to connect to Kafka
broker?
Regards,
On Thu, 27 Sep 2018 at 09:09, Tobias Eriksson
wrote:
> We have Kafka v1.1.0
> Is th
=PLAINTEXT://fqdn:9092,SASL_SSL://fqdn:9093
I plan to turn PLAINTEXT off however, because why not encrypt the
internal communication too.
Best regards,
Daniel
On 9/27/18 10:09 AM, Tobias Eriksson wrote:
> We have Kafka v1.1.0
> Is there a real