baseplate.go icon indicating copy to clipboard operation
baseplate.go copied to clipboard

Reddit's Service Framework in Go

Results 15 baseplate.go issues
Sort by recently updated
recently updated
newest added

We should add a "tutorial" to baseplate.go like what we have for baseplate.py: https://baseplate.readthedocs.io/en/stable/tutorial/index.html

documentation

Looks like a new version of go-kit was released, we should upgrade our pinned version: https://github.com/go-kit/kit/releases/tag/v0.10.0

enhancement

The README states that this is > Baseplate implemented in Go What is Baseplate? It would be helpful if the original Baseplate was linked. It sounds like this is an...

Servers/clients should manually add v2 tracing middlewares if needed, or switch to v2 servers/clients.

## 💸 TL;DR The baseplate.go/redisbp library does not support the latest Redis cluster version as it is based on go-redis/v8. This deprecates redisbp in favor of the go-redis/v9 redis client....