Skip to content
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

Spawn MQTT connector actors as system actors #1848

Merged
merged 1 commit into from
Jul 30, 2019
Merged

Conversation

2m
Copy link
Member

@2m 2m commented Jul 30, 2019

Purpose

Spawns MQTT connector actors as system actors, so the connector can be used with typed system that enforces a single guardian.

References

Fixes #1836

Background Context

This PR duplicates code from

https://github.com/akka/akka/blob/89e269d5d89b78ba950af9cbcef49e6b38a335b4/akka-actor-typed/src/main/scala/akka/actor/typed/internal/adapter/ActorSystemAdapter.scala#L114-L1187

without wrapping the ActorRef to a Future.

Copy link
Contributor

@huntc huntc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@2m 2m added this to the 1.1.1 milestone Jul 30, 2019
@2m 2m merged commit 31866fd into akka:master Jul 30, 2019
@2m 2m deleted the wip-typed-mqqt-2m branch July 30, 2019 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mqtt connector does not work with Akka Typed
2 participants