googleapis / google-cloudevents

Types for CloudEvents issued by Google
http://git.io/google-cloudevents
Apache License 2.0
139 stars 21 forks source link

Can use google-cloudevents in C++ projects #489

Closed DCMinds closed 1 year ago

DCMinds commented 1 year ago

Hi Team,

We have two C++ applications. We are using protobuf messages to communicate between these applications. we want a callback mechanism. i.e. we want to raise an event from one process which should get notified in another process.

Can we use google-cloudevents for this purpose?

grayside commented 1 year ago

Hi @DCMinds,

Thanks for your question. This repository is focused on providing type descriptions & definitions for events emitted from Google products.

It sounds like what you are looking for is support publishing your own events for HTTP delivery, if that's the case you might try filing a request with Eventarc or Pub/Sub in https://cloud.google.com/support/docs/issue-trackers for support in publishing a message in protobuf format.

Please reopen if I've misunderstood.