Externally managed stream service (on premise Kafka)
I have a requirement to externalize the Pega Stream Service.
I have followed the instructions on this post and created DSS for:
services/stream/provider = ExternalKafka
services/stream/broker/url = myURL
services/stream/encryption/security/protocol = plaintext
I have the latest version of kafka (kafka_2.13-2.7.0) running on port 9092, I have confirm that kafka works fine, then I restarted the Pega instance without the stream service since it will be managed externally, but when checking the status of the stream service in Configure -> Decisioning -> Infrastructure -> Services -> Stream, I get the status as UNREACHABLE or JOINING_FAILED.
any idea what I am missing to get this working properly ?