Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Calling KinesisProducerActor.props already starts a KinesisProducer #48

Open
aquamatthias opened this issue Jan 5, 2018 · 0 comments
Open

Comments

@aquamatthias
Copy link
Contributor

While playing with the KinesisSinkGraphStage I realized, that a kinesis producer is started even before the actor has been created, since a call to props starts the producer behind the scenes. It was surprising for me and I think it could be surprising for others as well.

I see 2 scenarios which probably should be supported:

  • an already created KinesisProducer should be used
  • a new KinesisProducer should be created on demand, if the actor starts
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant