Hi can someone please explain how things are wired up internally ? Especially temporal server, Kafka, Elastic Search,prometheus?
from the config its clear that temporal server connects to kafka as a producer possibly. how is ES wired up to Kafka
i don’t see any configuration in ES to consume messages from Kafka.
Also in es i see a table gets created with name ‘temporal-visibility-dev’ but there is no data in it.
When i go to kafka node and start a local consumer, i do see messages flowing in when i submit a workflow…
Can please let me know how to make es consume messages from kafa.