Simon Fell

Results 43 comments of Simon Fell

Moving to go modules would help on this, but then dealing with the .proto's is problematic. The modules directory tree has version numbers in the directory names, and so that...

I had a pass at moving to go modules about a month ago. The go side of its was mostly straight forward (as you note, there are a few libraries...

This would also address the godoc.org issues mentioned in #21

There are some tools / docs that describe running on k8s, see https://github.com/eBay/beam/tree/master/cluster/k8s. If you're not using Kube, then the details there might still be useful, or you can reference...

What version of go are you using? this is probably related to the changes in go around package management/modules over the last few version. I was able to build ok...

It probably should be updated to use modules. There's no graph visualization tool.

None of the original authors are active on this and I'm not aware of anyone else working on it

As mentioned in the readme, delete (of any kind) is not yet implemented.

If by "local mode" you mean all services running on a single host (like a developers workstation) then yes, you can doing everything that you could do if it was...

There's 2 abstraction points for the log that can be used. - The gRPC [log spec](https://github.com/eBay/beam/tree/master/proto/logspec) interface, a log service can implement this, and Beam can use this directly. -...