Martin Hutchinson

Results 37 comments of Martin Hutchinson

If you want to support processing messages not necessarily in the order they are sent to the KT input queue via gRPC, then you'll need some mechanism to stack-rank messages...

@Foxboron anything we can do to help you make progress with this?

This is failing running the lint checks: ``` Already have image (with digest): gcr.io/trillian-opensource-ci/trillian_testbase running gofmt running goimports running golangci-lint level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load...

https://github.com/golangci/golangci-lint/discussions/1920 may be relevant. Holler if you can't work this out and I'll take a deeper look.

This is still causing some problem with the linter. Fortunately it can be reproduced locally: ``` golangci-lint version golangci-lint has version v1.47.3 built from (unknown, mod sum: "h1:ri7A2DgtFpxgqcMSsU3qIT0IBm/SCdYgXlvmJx4szUU=") on (unknown)...

I think this is because client-go is min version go1.18: https://github.com/kubernetes/client-go/blob/master/go.mod https://github.com/golangci/golangci-lint/discussions/1920#discussioncomment-2578691 edit: but then again we're using v0.23.8, which is go1.16: https://github.com/kubernetes/client-go/blob/v0.23.8/go.mod