Martin Kysel
Martin Kysel
The crux of the reported issue was that https://github.com/benthosdev/benthos/blob/main/public/service/message.go#L262 requires an array of `[string]any` but the redis library returns `[any]any` which does not get processed right. Once all the types...
If you develop Benthos on a fork, you won't have any _git tags_ present by default. The git describe throws an annoying error which shows for any `make` command ```...
This is a small step in the Apache Arrow / FlightSQL direction. It is the minimal working improvement that is both easy and useful. FlightSQL Driver: https://pkg.go.dev/github.com/apache/arrow/go/v14/arrow/flight/flightsql/driver#section-readme I tested it...
https://github.com/xmtp/xmtpd/actions/runs/11128614185/job/30923756881?pr=182 ``` === RUN TestCreateServer 2024-10-01T15:33:09.606Z INFO server/server.go:96 Replication server started {"port": 0} 2024-10-01T15:33:09.606Z INFO api api/server.go:95 serving grpc {"address": "[::]:43099"} 2024-10-01T15:33:09.610Z INFO server/server.go:96 Replication server started {"port": 0} 2024-10-01T15:33:09.610Z...
https://github.com/grpc/grpc-go/tree/master/examples/features/interceptor
If we need to perform surgery on the DB, we need to have access to it. The best solution for the `private subnet` DB is to use a bastion host....
Write a simple CLI client similar to https://github.com/xmtp/libxmtp/tree/main/examples/cli using the new protocol. - [ ] publish - [ ] query - [ ] subscribe