Curious if there are ever plans to expose the cluster functionality for other uses via an API or plugin system.
I’m thinking use cases like the “Redis over CockroachDB” experiment you published on your blog: https://www.cockroachlabs.com/blog/could-cockroachdb-ever-replace-redis-a-free-fridays-experiment/ Or even simpler, but much lighter examples, like creating your own http/json endpoint that shows cluster/db status.
That was interesting to me, but the implementation had to be a fork of the entire codebase since there’s no entry point for that kind of functionality.
Are there any future plans for some sort of plugin or api that lets you inject your own functionality that gets the benefit of the built-in cluster?