gs-messaging-gcp-pubsub
gs-messaging-gcp-pubsub copied to clipboard
Configuring 2 topics in the same application
Hi, I'm not sure if this is the right place to post this, but I've been working with Pub/Sub (with Spring boot) a couple of weeks ago, however I tried to configure my project with 2 topics but I always get:
Error creating bean with name '<<MySpringBean>>': Requested bean is currently in creation: Is there an unresolvable circular reference?
I'm stuck at this point, could you please provide advise on how I can configure my spring application with 2 topics??
Thank you!!