smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

Not Able To Send Message On Google Cloud Pub/Sub

Open kd-eng opened this issue 4 years ago • 2 comments

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?

kd-eng avatar Dec 21 '20 10:12 kd-eng

@loicmathieu did some experiments recently.

cescoffier avatar Jan 05 '21 06:01 cescoffier

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.

loicmathieu avatar Jan 05 '21 12:01 loicmathieu

The pub/sub connector is no more maintained. Closing as won't fix.

cescoffier avatar Nov 13 '22 16:11 cescoffier

@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?

HasseNasse avatar Nov 29 '22 14:11 HasseNasse

Unfortunately we don't have the bandwidth and the expertise for pub/sub. We are looking for an interested contributor.

cescoffier avatar Nov 29 '22 14:11 cescoffier

@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.

loicmathieu avatar Nov 29 '22 15:11 loicmathieu

@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?

HasseNasse avatar Nov 29 '22 18:11 HasseNasse