Zeebe-zeeqs cluser dont work correct

  1. I have zeebe cluster
    clusterSize: 3
    partitionsCount: 3
    replicationFactor: 3
    gatewayVersion: “8.4.1”
  2. and haselcast cluster
    Members {size:3, ver:49} [
    Member [10.233.105.136]:5701 - ab99e13e-320d-4510-948a-60a31c29d804
    Member [10.233.83.14]:5701 - 742648fd-759f-4896-aeb2-1c9107fb16ad
    Member [10.233.125.12]:5701 - fad2ec9b-6953-4ceb-9627-723f04f449ea this
    ]
  3. Zeeqs with db external postgresql
  4. All pods
    camunda-zeebe-0 1/1 Running 0 14h
    camunda-zeebe-1 1/1 Running 0 14h
    camunda-zeebe-2 1/1 Running 0 14h
    camunda-zeebe-gateway-f85c98b4f-wpdq8 1/1 Running 0 16h
    hz-hazelcast-0 1/1 Running 0 16h
    hz-hazelcast-1 1/1 Running 0 16h
    hz-hazelcast-2 1/1 Running 0 16h
    zeeqs-postgres-6744ff467c-gtjqq 1/1 Running 0 14h

BP create correct but when I try get this BP id with zeeqs, I sometimes cant get BP with first attempt? What could be the problem? Please help me

Hi @baurzhan - by “BP” do you mean “business process”? If I understand your question correctly, you are able to start a new process instance, and then you are trying to query zeeqs to find that instance. Is that correct?

How are you starting the process instance? There is a small delay from something happening within a broker to that data being exported (in this case to Hazelcast) and available to external services like zeeqs. It could be you are seeing that slight latency.

Duplicate. Closing this topic in favor of the original, which has more activity.