Question
Kafka externalization setup/configuration
1) Started Zookeeper & Kafka Service in one server
2) Created Kafka Instance and test connectivity is Good
3) Created DataSets ( Connectivity is good & Verify Topics )
These Are all good.
Now
As per the Pega documentation, I configured below given settings in the prconfig.xml
$ removed the Stream node type.
However, the server is not coming up. Has anyone faced this issue or have any clues?"
<env name="services/stream/provider" value="ExternalKafka"/>
<env name="services/stream/broker/url" value=" Proprietary information hidden:9092"/>
<env name="services/stream/external/replication/factor" value="1"/>
<env name="services/stream/encryption/security/protocol" value="PLAINTEXT"/>
<env name="services/stream/encryption/sasl/mechanism" value="PLAIN"/>
<env name="services/stream/name/pattern" value="CRM-test-{stream.name}"/>