You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class where we have the listener (StreamListener) has the following thread pool naming standard:
pool-11-thread-43
In the Spring Cloud Streams with Rabbit Binder, the thread pool prefix follows the channel name as follows: gov-connector.v1.send-to-gov-{thread_number}
The text was updated successfully, but these errors were encountered:
@StreamListener is actually deprecated in the Spring Cloud Stream framework. Can you try to use Spring Cloud Function and see if that meets your needs? You would use a Consumer function if just consuming and a Function function if you also have outbound messages. See the Spring Cloud Stream reference guide for more info.
The class where we have the listener (StreamListener) has the following thread pool naming standard:
pool-11-thread-43
In the Spring Cloud Streams with Rabbit Binder, the thread pool prefix follows the channel name as follows:
gov-connector.v1.send-to-gov-{thread_number}
The text was updated successfully, but these errors were encountered: