GitHub user kparisa added a comment to the discussion: "hook" for incoming message
I'd recommend taking a look at Apache Camel's Connector design. We can allow people to create "connectors" and configure them with the settings. Every Connector can have a config file or we can have single "Connectors" yaml file which will be loaded into a map when Iggy server is started. So we need to come up with a mechanism of calling these "Connectors" at important places like at the entry point, at the time of writing/persisting or reading etc. Such Connectors can be configured at Topic level or even at the message/batch level. topic level makes the most sense but there could be use cases where we want to let the Clients decide too GitHub link: https://github.com/apache/iggy/discussions/1641#discussioncomment-12534313 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
