[bitnami/kafka] Clean up a little grammar (#25666)

Clean up a little grammar

The curly apostrophe isn't rendering very well on Docker Hub, coming out as a bunch of unicode gremlins.  The other change is just a grammar fix.

Signed-off-by: Daniel Quinn <77276381+limedaniel@users.noreply.github.com>
This commit is contained in:
Daniel Quinn
2023-03-02 12:55:45 +00:00
committed by GitHub
parent c36c071918
commit 2c1ae254e8

View File

@@ -259,7 +259,7 @@ docker-compose up -d
### Kafka without Zookeeper (KRaft)
Apache Kafka Raft (KRaft) makes use of a new quorum controller service in Kafka which replaces the previous controller and makes use of an event-based variant of the Raft consensus protocol.
This greatly simplifies Kafkas architecture by consolidating responsibility for metadata into Kafka itself, rather than splitting it between two different systems: ZooKeeper and Kafka.
This greatly simplifies Kafka's architecture by consolidating responsibility for metadata into Kafka itself, rather than splitting it between two different systems: ZooKeeper and Kafka.
More Info can be found here: <https://developer.confluent.io/learn/kraft/>
@@ -298,7 +298,7 @@ services:
### Accessing Apache Kafka with internal and external clients
In order to use internal and external clients to access Apache Kafka brokers you need to configure one listener for each kind of clients.
In order to use internal and external clients to access Apache Kafka brokers you need to configure one listener for each kind of client.
To do so, add the following environment variables to your docker-compose: