Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Able To Send Message On Google Cloud Pub/Sub #917

Closed
krunalpatoliya-optimus-klara opened this issue Dec 21, 2020 · 7 comments
Closed
Labels
wontfix This will not be worked on

Comments

@krunalpatoliya-optimus-klara

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?

@cescoffier
Copy link
Contributor

@loicmathieu did some experiments recently.

@loicmathieu
Copy link
Contributor

Yes, I have a working prototype for Quarkus here: quarkiverse/quarkus-google-cloud-services#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.

@cescoffier
Copy link
Contributor

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

@cescoffier cescoffier closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2022
@cescoffier cescoffier added the wontfix This will not be worked on label Nov 13, 2022
@HasseNasse
Copy link

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

@cescoffier
Copy link
Contributor

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

@loicmathieu
Copy link
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.

@HasseNasse
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants