Hey folks. Sad to hear you faced an issue. Let’s figure it out.
@joe_datrin seems like Spring wasn’t able to construct a Camunda Operate Client. Without details I can propose to disable an Operate client like here. But in that case you will be missing inbound connectors, since - as @jwulf mentioned - inbound connectors are built on top of Operate API. You can find an example of minimal required properties/env variables here. If it doesn’t help, please provide more details on your setup: how do you run Camunda platform (SaaS, Docker, Helm, bare metal)? how do you run Connectors? Details on you networking, etc.
@Praveen_Kumar_Reddy it seems like the problem is here:
2023-07-17T06:43:03.788Z WARN 1 --- [ main] .c.r.c.o.DefaultOutboundConnectorFactory : No outbound connectors discovered
While there might be several reasons for this, the most common from my experience is missing an SPI file or not correct function name set in it, like this one from the example.
Hope this helps!