Camunda 8 connectors-bundle

Hello,

I am using the self-manged camunda 8 as described here: https://github.com/camunda/camunda-platform#using-docker-compose.
How can I use the connector bundles? Is there anything to configure? Could not find anything in the ReadME
I only see following errors in the logs:

Oct 24, 2022 2:15:43 PM io.camunda.zeebe.client.impl.worker.JobPoller logFailure
WARNING: Failed to activate jobs for worker SENDGRID and job type io.camunda:sendgrid:1
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
        at io.grpc.Status.asRuntimeException(Status.java:535)
        at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:478)
        at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)
        at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
        at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)
        at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)
        at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
        at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)

BR,

Hi @massmanm , probably this also answers your question: Web Modeler Self-Managed Beta - #2 by christian-konrad

1 Like