From cfe4c71d2aa9db24af3a2faf8e9b1919b6114bb5 Mon Sep 17 00:00:00 2001 From: pierdipi Date: Wed, 24 Apr 2019 12:56:11 +0200 Subject: [PATCH] fix 404 security features links --- 22/streams/developer-guide/security.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/22/streams/developer-guide/security.html b/22/streams/developer-guide/security.html index 821a34e4400..29b7c2b8464 100644 --- a/22/streams/developer-guide/security.html +++ b/22/streams/developer-guide/security.html @@ -40,7 +40,7 @@
  • Security example
  • -

    Kafka Streams natively integrates with the Kafka’s security features and supports all of the +

    Kafka Streams natively integrates with the Kafka’s security features and supports all of the client-side security features in Kafka. Streams leverages the Java Producer and Consumer API.

    To secure your Stream processing applications, configure the security settings in the corresponding Kafka producer and consumer clients, and then specify the corresponding configuration settings in your Kafka Streams application.

    @@ -61,7 +61,7 @@ that only specific applications are allowed to read from a Kafka topic. You can also restrict write access to Kafka topics to prevent data pollution or fraudulent activities. -

    For more information about the security features in Apache Kafka, see Kafka Security.

    +

    For more information about the security features in Apache Kafka, see Kafka Security.

    Required ACL setting for secure Kafka clusters

    Kafka clusters can use ACLs to control access to resources (like the ability to create topics), and for such clusters each client,