Rohil Surana
Rohil Surana
## 🚀 Feature Publishing the plugins `protoc-gen-grpc-gateway` and `protoc-gen-openapiv2` would enable the ability to use these for [remote generation](https://docs.buf.build/bsr/remote-generation/overview) of go packages on the [Buf Schema registry](https://buf.build/), simplifying the development...
Currently we only support parsing bytes to protobuf dynamic message We need a geneic serlization api that can help us do the reverse. One idea is to use JSON as...
As of now there is no jitter when the cache ttl config is set. When using the default ttl config the jitter is of 30 mins. This should be exposed...
As of now the configured [category of rules](https://docs.buf.build/breaking/rules#categories) is `WIRE`, which is the most permissive one. We should look into using one of the more stricter categories - ``` FILE...
Currently request to create a new rule using yaml without any variables fails. This should be allowed as there can be cases where user wants to use the rule with...
We should run linter on all commits and pull requests and release only from `odpf:main` branch. As of now any pull request from `main` branch of the user will have...
As of now the module management can only be done via API and is not available to be used using CLI. Having them in the CLI will ease module management.
Currently all APIs that respond with a list of items lack pagination.