standard-ai / ya-gcp

Apache License 2.0
7 stars 8 forks source link

Experiment with custom service for bigtable. #30

Closed jneem closed 9 months ago

jneem commented 1 year ago

This is a little outline for what "BYO grpcservice" could look like, just for bigtable so far. I couldn't figure out how to rope ClientBuilder into this, because the whole point of ClientBuilder is to reuse some of the service-building configuration.

If this seems reasonable, I think we could even go further by removing the C parameter from ClientBuilder and just always use DefaultConnector, the idea being that ClientBuilder is the "easy" mode without customization and so if you want to customize the connector, just customize the whole service.

rnarubin commented 9 months ago

Replicated in #36