Difference between revisions of "GDL/9.0/Deployment/Configure Producer and Consumer Config"
From Genesys Documentation
m (Text replacement - "\|Platforms?=([^\|]*)PureEngage([\|]*)" to "|Platform=$1GenesysEngage-onpremises$2") |
|||
Line 2: | Line 2: | ||
|Standalone=No | |Standalone=No | ||
|DisplayName=Configure Producer and Consumer Config | |DisplayName=Configure Producer and Consumer Config | ||
− | |Platform= | + | |Platform=GenesysEngage-onpremises |
|Context=Configuring client side ports to access Kafka layers. | |Context=Configuring client side ports to access Kafka layers. | ||
|Section={{Section | |Section={{Section |
Revision as of 11:44, July 15, 2020
Contents
Configuring client side ports to access Kafka layers.
Access GDL
Client VM must be able to Telnet to all the Kafka nodes within the same network. Further reference of connecting Kafka nodes can be referred at https://kafka.apache.org/documentation/
Refer Producer Config and Consumer Config section for configuring the Kafka layers.
Mention the Kafka ports in Config property as given below.
bootstrap.servers-host1:port1,host2:port2,...
where host1:port1
will be localhost:9092
and so on.
Comments or questions about this documentation? Contact us for support!