Skip to content

Is Vertx Redis API blocking? #165

@hiddenalpha

Description

@hiddenalpha

Why do I have the impression that vertx redis API seems to perform blocking IO on the eventloop?
See attached vertx-redis-client-blocking-EventLoop.log [6.7MiB].

I already opened #161 to fix one specific case. But still, I'm confused that redisAPI seems to be blocking.

Question 1: In which extent is my assumption correct here? Or do I see some other effect I'm not aware of?

Question 2: If my assumption is correct, does this mean ALL our calls to redis API throughout our codebase are potentially blocking the eventloop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions