question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ExecutorBeanPostProcessor Makes Guava's ListeningExecutorService Beans Unusable

See original GitHub issue

We recently upgraded to Spring Boot 2.1.0 (with spring-cloud-sleuth-core 2.0.2.RELEASE) and for our apps that use a Guava ListeningExecutorService, exposed as a bean, they have started getting the following exception:

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'batchExecutorService' is expected to be of type 'com.google.common.util.concurrent.ListeningExecutorService' but was actually of type 'org.springframework.cloud.sleuth.instrument.async.TraceableExecutorService'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
marcingrzejszczakcommented, Nov 9, 2018

Gh account is good

0reactions
spring-cloud-issuescommented, Apr 5, 2021

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found