-
Notifications
You must be signed in to change notification settings - Fork 2.5k
30 Second Timeout breaks Coffee Java DSL Sample Application #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried setting |
So, as Andy pointed out in other issue, the workaround is to use this bean:
You also need to pay attention that by default Spring Boot provides for us a So, you might need to consider to change that pool size to I can provide the fix for the mention sample. |
Hi Artem |
In what version(s) of Spring Integration are you seeing this issue?
6.4.0
Describe the bug
Running the org.springframework.integration.samples.dsl.cafe.lambda.Application looks fine for the first 30 seconds and then prints this
To Reproduce
Run the app
Expected behavior
No Exception
Sample
https://github.com/spring-projects/spring-integration-samples/blob/main/dsl/cafe-dsl/src/main/java/org/springframework/integration/samples/dsl/cafe/lambda/Application.java
The text was updated successfully, but these errors were encountered: