Rob Crowe
Rob Crowe
A common use case I find myself doing is to change a consumer groups offset by a numeric amount, typically `--shift-by 1` and I'd like Kowl to add support. For...
The check for the param in the docblock doesn't take into account typehinted paramaters that have been used with a different name. The example below throws the error `Expected type...
Would you be up for publishing the plugin to https://crates.io? This would allow us to build a custom Apollo Router with a number of custom plugins beyond just the Hive...
Seems when I raised the PR with a Dockerfile I had only checked the binary ran; since then I've tried to call our graph & uncovered the following issues fixed...
Hive will accept a sub-graph endpoint that does not include the scheme. If you try running the router pointed at your Hive schema you'll receive the following error: ``` {"timestamp":"2022-09-01T16:17:48.902164Z","level":"ERROR","fields":{"message":"could...
Roadmap
My plan for 0.7: - [ ] Work on better test coverage - [ ] Implement acceptance/functional tests that use TwigBridge with Laravel (artisan serve) - [ ] Have enjoyed...
Two use cases identified - Who is consuming (authentication) - Restrict who can publish (authorisation) **Authentication** As the number of consumers has grown & the ability to do so is...
`panic: runtime error: index out of range [1025] with length 1024` **Reproduction:** Run `go test ./...` with the following: ```go package goccy import ( "bytes" "testing" "github.com/goccy/go-json" ) func TestPanic(t...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description We (UW) previously contributed Kafka sink for audit logs & have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description When running `--tests` also report coverage so that we can enforce...