smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
Not Able To Send Message On Google Cloud Pub/Sub
Hi, I am not facing any error with gcp-pubsub-quickstart example but not able to see the my message over the my Topic on GCP.
here the my configration properties file:
gcp-pubsub-project-id=testing-gcp
# Google Cloud Pub/Sub sink (we write to it)
smallrye.messaging.sink.my-channel.connector=smallrye-gcp-pubsub
smallrye.messaging.sink.my-channel.topic=micro-testing
# Google Cloud Pub/Sub source (we read from it)
smallrye.messaging.source.my-topic.connector=smallrye-gcp-pubsub
smallrye.messaging.source.my-topic.topic=micro-testing
smallrye.messaging.source.my-topic.subscription=micro-worker
What else I am missing here? And I have configured my service account as enviromant veriable. Can you please help us to overcome this problem?
@loicmathieu did some experiments recently.
Yes, I have a working prototype for Quarkus here: https://github.com/quarkiverse/quarkiverse-google-cloud-services/pull/55
But it's not merged as the corresponding component on smallrye seems to not be actively maintained, if it changed, I'll merge it.
The pub/sub connector is no more maintained. Closing as won't fix.
@cescoffier Is there any alternative connector for those still wanting to use GCP pubsub? Or are there no plans to support pubsub further down the line?
Unfortunately we don't have the bandwidth and the expertise for pub/sub. We are looking for an interested contributor.
@HasseNasse On Quarkus, there is PubSub support thanks to this extension: https://quarkiverse.github.io/quarkiverse-docs/quarkus-google-cloud-services/main/
@meltsufin maybe your team may be able to help contributing reactive messaging support for PubSub.
@cescoffier what would the necessary procedure be to start contributing with a pubsub connector? I can see that we already have something started here: smallrye-reactive-messaging-gcp-pubsub?