Concepts
Initial Setup
Peformance & Benchmark
Troubleshooting
FAQs
Glossary
To access your Kafka cluster from external networks via a public IP address, you can configure NAT by following the steps below:
Configure the Security Group to allow inbound access on port 9093 for all Kafka nodes. (Refer to Security Group configuration guide)
Set up DNAT rules using the public IP address (IP_PUBLIC) as follows:
For a 1-node Kafka cluster:
For a 3-node Kafka cluster:
Note: Changes to Static parameters require a cluster restart so the service may experience a brief interruption during the restart. Please perform NAT configuration during off-peak hours to minimize impact on applications.