-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Labels
documentationAuto-generates notesAuto-generates notes
Milestone
Description
Hi, I am having problem starting a spring cloud app using this project when no Kafka is available, which is normal in development. The app will hang until KafkaAdminClient times out after 60 s before the app is fully started.
What happens is that the bean grpcInternalConfigurator
which is defined as a Consumer<ServerBuilder<?>>
seems to request a Kafka Topic. This is because spring cloud streaming treats beans of Consumer
, Supplier
and Function
as part of their messing system.
I am not sure if the intent of GRpcAutoConfiguration
is to depend on this feature. From what I can tell it does not look so, however, I am a novice in this area so I could be wrong.
Metadata
Metadata
Assignees
Labels
documentationAuto-generates notesAuto-generates notes