Does Tigergraph offer a mechanism for external services to subscribe to changes that happen inside the graph? I’m thinking about something analogous to Debezium which can publish every change to a relational database to a Kafka topic. I know TG uses Kafka internally so I’m just looking for some way to sub to the changelog for application purposes.
Thanks!