quarkiverse / quarkus-google-cloud-services

Google Cloud Services Quarkus Extensions
https://docs.quarkiverse.io/quarkus-google-cloud-services/main/index.html
Apache License 2.0
53 stars 32 forks source link

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

Closed Hemantkumar-Chigadani closed 3 months ago

Hemantkumar-Chigadani commented 3 months ago

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?

loicmathieu commented 3 months ago

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.

Hemantkumar-Chigadani commented 3 months ago

@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

Hemantkumar-Chigadani commented 3 months ago

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'
loicmathieu commented 3 months ago

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

SimonScholz commented 3 months ago

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

loicmathieu commented 3 months ago

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