Reputation: 17
I have an external (cloud) system pushing data to my (on prem) app. For this, I have created an app that accept HTTP Post, perform payload validation and send to RMQ using StreamBridge. I am trying to deploy the app using SCDF UI but getting issue with RMQ connectivity (connection is denied). However, when I run the app (war), it works just fine (and gets connected to RMQ).
Question - can I (or should I) deploy my custom app (that uses StreamBrige) using SCDF UI? Is this a standard practice? Or should I keep my custom app outside SCDF stream?
Upvotes: 0
Views: 62