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,