quarkiverse / quarkus-google-cloud-services

Google Cloud Services Quarkus Extensions

Home Page:https://docs.quarkiverse.io/quarkus-google-cloud-services/main/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Services - PubSub(quarkus-google-cloud-pubsub) does not expose QuarkusPubSub class

Hemantkumar-Chigadani opened this issue · comments

I was trying to following example given here for pub-sub
https://docs.quarkiverse.io/quarkus-google-cloud-services/main/pubsub.html

But unfortunately QuarkusPubSub class no where to find

quarkus-google-cloud-pubsub is published correctly?

It is not yet released.
I'll create a new release today if I found the time as it's a long time since I didn't make one.

@loicmathieu Thank you.

It would be really helpful.
Without QuarkusPubSub class in the quarkus-google-cloud-pubsub artifact jar; whole integration would not work as we make use of emulator for testing. Thanks

Please note I am making use of following dependencies in the gradle

implementation enforcedPlatform("io.quarkus.platform:quarkus-google-cloud-services-bom:3.8.1")
 implementation 'io.quarkiverse.googlecloudservices:quarkus-google-cloud-pubsub'

The new version is published, it's the 2.8.0 which will be integrated in the next platform release (should be 3.8.3).

Actually I am using 3.8.3, but the QuarkusPubSub class is still not available :(

Yes sorry I release too late for 3.8.3. It will be in 3.9 and 3.8.4.