-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot read field "internalTopologyBuilder" because "topology" is null #3331
Comments
No, it is not obvious by the this stack trace what is going on.
Apparently this
So, some simple project to reproduce on our side would be great. |
@artembilan I already have a dummy application in place, will pack it in a project. Downgrading Spring Boot to 3.2.5 worked around the issue and my services started. |
@artembilan The demo is available under https://github.com/andrashatvani/demo |
Sorry, your application is too complex. We made that change in the Apparently Spring Cloud Stream is not adapted to that. So, closing this one in favor of that one in Spring Cloud Stream. Thanks |
In what version(s) of Spring for Apache Kafka are you seeing this issue?
3.2.1
Describe the bug
When starting my apps an exception will be shown:
To Reproduce
I just upgraded to Spring Cloud 2023.0.1 with Spring Boot 3.3.1 with Kotlin 2.0 on Java 22 and every service fails to start.
Expected behavior
Services start as usual.
Sample
Will try to provide, but was hoping that based on the exception it will be obvious to the maintainers what's missing.
The text was updated successfully, but these errors were encountered: