Skip to content

Document GRPC starter + Kafka Stream usage #219

@jedvardsson

Description

@jedvardsson

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions