You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matt Fleming (Jira)" <ji...@apache.org> on 2021/10/22 21:35:00 UTC

[jira] [Created] (CASSANDRA-17059) Support adding custom verbs at runtime

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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org