Joseph Daniel

Results 27 comments of Joseph Daniel

Try running `dep ensure` inside `go/src/github.com/michenriksen/gitrob` dep installation instructions [here](https://github.com/golang/dep). ```bash ➜ ~ go get github.com/michenriksen/gitrob # github.com/michenriksen/gitrob/core Desktop/gopath/src/github.com/michenriksen/gitrob/core/github.go:43:7: cannot use user.ID (type *int) as type *int64 in field value...

gitrob isn't a python script it's an executable. ```bash chmod +x gitrob ./gitrob ```

Would an import statement in the [getting started](https://github.com/twmb/franz-go#getting-started) example help prevent this confusion?

With a Service interface for each service you can create mocks to make testing easier wherever they are used(eg. handlers). You also get the benefit of being able to wrap...

I guess it's due to service struct not being exported. But yeah "accept interfaces, return structs" is a common saying.

You could make a PR adding this to the README :)

Noticed this problem as well. Ideally, each shard should have a statefulset then the pod disruption budget would make sense.

I can elaborate a bit on the use case. Say we subscribe to multiple topics based on a regex pattern and we have topics being created over time. I would...

> I can not understand why build failed. Everything works fine for me. > Any comments are welcome. GCC version used by CI might be at play here. Using more...