Skip to content

Commit

Permalink
Kafka - Update Advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemant-Mulchandani authored Nov 22, 2022
1 parent 8c5f233 commit c468e5d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions includes/config-kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,36 @@

**Allow access to selected service ports from private networks**

``kafka``
~~~~~~~~~
*boolean*

**Allow clients to connect to kafka with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``kafka_connect``
~~~~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to kafka_connect with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``kafka_rest``
~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to kafka_rest with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``prometheus``
~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``schema_registry``
~~~~~~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to schema_registry with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**



``public_access``
Expand Down

0 comments on commit c468e5d

Please sign in to comment.