pega_external_kafka_dockers

Pega PE with external kafka for stream services in dockers

Note! Current instruction is used for Pega PE 8.7 and kafka 3.6.0. It might works wrong with other versions

You may use current project for start up Pega PE without stream node type and external kafka for queue processors. OS that was used for this project is ubuntu. In addition you have to have minimum ~10 gb free space

Getting started

Docker

Kafka

Configure kafka docker container

        ./kafka-storage.sh random-uuid
        networks:
        Your_Network_Name:
            ipam:
            driver: default
            config:
                - subnet: {ip}/16
                gateway: {ip}

Configure Pega PE

        <env name="services/stream/broker/url" value="{gateway_ip}:9092" />
        - NODE_TYPE=Batch,RealTime,BackgroundProcessing,Search,WebUser

Summary