You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
Unless I'm missing something (a canonical package name maybe?), beam's structure makes it really really hard to go get any of its packages.
Ideally I'd be really interested in being able to use beam as a library in another service, skipping the gpc server part, clustering, and optionally even rocksdb.
But even that's not possible, being able to import and use util/grpc/client to connect to a beam server would be a big improvement to having to re-generate the grpc stuff in the client service.
Would there be any chances of getting any of these or accepting PRs for them or other ways of getting to the end goal (other than keeping our own forks)?
Move the beam packages to the top level
^ or introduce a canonical url we can import that points to the nested directory.
Get the protoc, genny, and other generated files commited.
Replace the custom dep tool with go mod (sarama needs to use the new package, and cheggaaa/pb needs to have their mod fix pr merged and the new version imported and everything else seems fine).
ps This is an amazing project and bql feels very nice and easy to use, thank you for releasing this publicly. :)
Unless I'm missing something (a canonical package name maybe?), beam's structure makes it really really hard to
go getany of its packages.Ideally I'd be really interested in being able to use beam as a library in another service, skipping the gpc server part, clustering, and optionally even rocksdb.
But even that's not possible, being able to import and use
util/grpc/clientto connect to a beam server would be a big improvement to having to re-generate the grpc stuff in the client service.Would there be any chances of getting any of these or accepting PRs for them or other ways of getting to the end goal (other than keeping our own forks)?
ps This is an amazing project and bql feels very nice and easy to use, thank you for releasing this publicly. :)