mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-26 02:31:28 +00:00
Every node was serialized in being passed to plugins. Fix this by grouping the nodes by the handler function, and then calling them by batch. This still serializes each plugin, but for now this should suffice.