Difference between revisions of "GDL/9.0/Deployment/Configure Producer and Consumer Config"

From Genesys Documentation
Jump to: navigation, search
(Published)
 
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2")
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Standalone=No
 
|Standalone=No
 
|DisplayName=Configure Producer and Consumer Config
 
|DisplayName=Configure Producer and Consumer Config
 +
|Platform=GenesysEngage-cloud
 
|Context=Configuring client side ports to access Kafka layers.
 
|Context=Configuring client side ports to access Kafka layers.
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Access GDL
 
|sectionHeading=Access GDL
|Type=Unstructured
+
|Standalone=No
|freetext=Client VM must be able to Telnet to all the Kafka nodes within the same network.
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=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
 
Further reference of connecting Kafka nodes can be referred at
 
[https://kafka.apache.org/documentation/ https://kafka.apache.org/documentation/]
 
[https://kafka.apache.org/documentation/ https://kafka.apache.org/documentation/]

Latest revision as of 02:31, July 25, 2020

This topic is part of the manual GDL Deployment Guide for version 9.0 of Genesys Data Layer.

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!