Introduce hooks for Cluster subscribe and unsubscribe #4176
Labels
Area: Scripting
good first issue
A good place to get started working with Zeek.
Priority: Low
Type: Enhancement
I have a use case where I want to know which topics a node is subscribed to. For this, I'd like to have hooks like
Cluster::on_subscribe(topic_prefix: string)
andCluster::on_unsubscribe(topic_prefix: string)
to maintain a list of currently subscribed topics.The text was updated successfully, but these errors were encountered: