openzipkin / zipkin-gcp

Reporters and collectors for use in Google Cloud Platform
https://cloud.google.com/trace/docs/zipkin
Apache License 2.0
91 stars 54 forks source link

Google Pub/Sub as a transport #109

Open zeagord opened 5 years ago

zeagord commented 5 years ago

Support google pub/sub as a transport similar to kafka, aws-kinesis.

Referencing original request - https://github.com/openzipkin/zipkin-gcp/issues/45

codefromthecrypt commented 5 years ago

@zeagord Nov 23 21:59

We are actually moving some of our services to GCP. And our span storage is in the on-premise. So it would be nice for us to use pub/sub and collect it on-premise. And the data transport cost it very less as well.

elefeint commented 4 years ago

@zeagord is this feature still useful for you?

zeagord commented 4 years ago

@elefeint - Unfortunately no. I was hoping to do it part of my previous job, I have to check with them. I remember doing it outside this repo purely to reduce the support effort for us at zipkin (https://github.com/ascendcorp/zipkin-forwarder/tree/gcp-pub-sub)

codefromthecrypt commented 10 months ago

This needs to be attached to the module (auto-configuration) for the server to use it. Help wanted!