-
Notifications
You must be signed in to change notification settings - Fork 386
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
Docs: add samples for creating KafkaConsumerActor
for typed actor systems
#984
Comments
Is there something more to it than adapting the system with |
Not really, but still relevant to show, I believe. |
If you update to require Akka 2.5.27 you can have the methods take an |
No, sorry, we never back ported that, scratch last comment. |
Now that we have a module which is compiled only with Akka 2.6, this is much easier to add. |
It's a bit of a franken-module though. It's not included in the rest of the build so that it doesn't pull up Akka 2.6 deps inadvertently. Once 2.5 support is dropped it will be reintegrated, but for now the only place to add such a code example would be in the module itself, which may be fine, in the meantime. |
Deferring until 2.1.0 |
Once #1209 is merged, we should review the doc examples and consider primarily showing the new actors API in the docs. |
Implemented in #1370. |
The Alpakka Kafka documentation should show how the classic
KafkaConsumerActor
is created when the user has a typed actor system.The text was updated successfully, but these errors were encountered: