Hi
My client publishes a message into a Kafka topic where the broker sits under different client managed AWS account. How to establish the connectivity from Pega cloud to consume the message? Should we need to do VPC peering like AWS private link or Transit Gateway? Is there a good documentation on this?
Thanks
Ganesh
As per pega cloud documentation, its suggesting to use AWS private link. Transit gateway is a legacy option and pega stopped supporting new connections in transit gateway after april 2022
@GaneshKumarC3200 we are also trying to achieve the same in our application. Please provide steps if you have successfully able to connect to kakfa cluster that managed by your client. Thank You.
Hi @GaneshKumarC3200,
I’ve seen in another thread that you went with API based approach for Kafka consumption on Pega Cloud.
Can you elaborate a bit more on how you did that ? Thank you