As far as I can see Zombo provides two distinct functions for Postgres/ES integration, the first is Change Data Capture (CDC) updates from Postgres into ES, the second is a powerful integrated query capability. In our case
we are required to use a different CDC in postgres (debezium + Kafka) to update many downstream consumers including ES. So my my question/request is would it be possible to use the query libraries against an existing Postgres->ES index without having to use the CDC component of Zombo?
If not, I wonder if others would see any value in having this capability and if its even possible.