spring-guides / gs-messaging-gcp-pubsub

Messaging with Google Cloud Pub/Sub :: Learn how to exchange messages using Spring Integration channel adapters and Google Cloud Pub/Sub
https://spring.io/guides/gs/messaging-gcp-pubsub
Apache License 2.0
18 stars 32 forks source link

Integrating GCP subscriber with Spring boot giving memory fatal error #29

Open tushargandhitg opened 4 years ago

tushargandhitg commented 4 years ago

I'm trying to integrate GCP pub-sub with my spring boot project and getting the following memory fatal error in the logs and the application crashes. The complete detail for the issue is present here on stackoverflow But no one has been able to answer. I request you all to please help me here with the issue to resolve the same. Thanks!

meltsufin commented 4 years ago

Hi @tushargandhitg, based on the log, it might be something with GRPC dependency versions or native library issues. Can you try to run our Pub/Sub sample, just to eliminate some of the factors? Thanks!

tushargandhitg commented 4 years ago

Hi @meltsufin , Sure I'll run and get back here with the update. Could you please provide me some more details as to what factors are we looking here? Thanks!

meltsufin commented 4 years ago

Other dependencies and their influence on resolved versions and Spring configuration.