Confluent Cloud, REST proxy & an additional layer

Hello all,

I’m wondering if anyone has any experience with creating an additional layer between producer & Confluent Cloud REST proxy? I’m looking for anything that can help me understand how to build a layer between a producer & REST Proxy layer. The layer in between will accept the events from producer & forward to Confluent Cloud. Any interesting war stories? Tried & failed, futile, success & found it useful? I am interested in anything that can help me make a decision.

Thanks!
Dan

Hi Dan,

I’m not entirely clear what you’re looking to do. Confluent Cloud doesn’t currently have a REST Proxy.

You can self-manage your own REST Proxy, connected to Confluent Cloud.

If you have something else in mind, please do clarify and we will endeavour to help :slight_smile:

1 Like

thanks Robin, I was looking for some working examples of the setup shown in image below particularly with load balancer in AWS. How to get traffic from producer to load balancer to rest proxy? Is there such a doc/example/repo exists somewhere that I can have a look at.