mas-chen commented on code in PR #20:
URL: 
https://github.com/apache/flink-connector-kafka/pull/20#discussion_r1231664562


##########
docs/content/docs/connectors/datastream/kafka.md:
##########
@@ -466,6 +466,28 @@ client dependencies in the job JAR, so you may need to 
rewrite it with the actua
 For detailed explanations of security configurations, please refer to
 <a href="https://kafka.apache.org/documentation/#security";>the "Security" 
section in Apache Kafka documentation</a>.
 
+## Kafka Rack Awareness
+
+Kafka Rack Awareness allows flink to select and control the cloud region and 
availability zone configured by the use of rackId, this feature could allow a 
significant cost reduction in the cloud provider bill and achieve a better 
networking performance when connecting to closer and more reliable networks.

Review Comment:
   ```suggestion
   Kafka rack awareness allows Flink to select and control the cloud region and 
availability zone that Kafka consumers read from, based on the Rack ID. This 
feature reduces network costs and latency since it allows consumers to connect 
to the closest Kafka brokers, possibly colocated in the same cloud region and 
availability zone.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to