Skip to content

StopFromStage not delivered #204

Open
@Roiocam

Description

@Roiocam

I am using DrainingControl to toggle my kafka subscribe state.

public pause() {
	this.drainingControl
                .drainAndShutdown(system.executionContext())
                 .....
}

public start() {
        this.drainingControl = this.kafkaGraph.run(this.system);
}

when I call the pause() method, the actor system complains StopFromStage wasn't delivered to kafka-consumer-actor...

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