Matt Fleming created CASSANDRA-17059:
----------------------------------------

             Summary: Support adding custom verbs at runtime
                 Key: CASSANDRA-17059
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17059
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Matt Fleming


Cassandra already has support for registering custom verbs at build time, but 
there's value in allowing verbs to be added at runtime since that enables new 
use cases where it's inconvenient or impossible to modify the Cassandra source.

Additionally, apps that went to register new verbs benefit from running custom 
code after the default verb handlers execute. This can be achieved with 
straightforward modifications to the Sink interface (e.g. adding a PostSink 
class).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to