-
Notifications
You must be signed in to change notification settings - Fork 179
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
Comments
@loicmathieu did some experiments recently. |
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. |
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? |
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:
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?
The text was updated successfully, but these errors were encountered: