Re: [akka-user][deprecated] Akka streams doesnt run when integer range is large

2018-05-10 Thread Jeffrey Freeman
Yup someone finally answered it for me after I posted. Thank you though!

On Thu, May 10, 2018 at 5:35 AM, Konrad “ktoso” Malawski <
konrad.malaw...@lightbend.com> wrote:

> This was already answered on stackoverflow;
> https://stackoverflow.com/questions/50264569/akka-streams-doesnt-run-when-
> integer-range-is-large
>
> You likely terminate the app before the stream has time to print all
> things — you have to wait for that to happen as mentioned on SO,
> this is done by using the materialized CompletionStage
>
> --
> Cheers,
> Konrad 'ktoso ' Malawski
> Akka  @ Lightbend 
>
> On May 10, 2018 at 7:17:27, Jeffrey Phillips Freeman (fre...@gmail.com)
> wrote:
>
> I have some code and it works fine when i specify an integer range that is
> about a 1000 integers wide but silently fails when is specify a range that
> is 10,000 wide. Here is a SO link that describes the problem in detail:
> https://stackoverflow.com/questions/50264569/akka-streams-doesnt-run-when-
> integer-range-is-large
> --
> 
> *
> ** New discussion forum: https://discuss.akka.io/ replacing akka-user
> google-group soon.
> ** This group will soon be put into read-only mode, and replaced by
> discuss.akka.io
> ** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-
> announced
> 
> *
> >>
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
*
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*
>> 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user][deprecated] Akka streams doesnt run when integer range is large

2018-05-10 Thread Konrad “ktoso” Malawski
This was already answered on stackoverflow;
https://stackoverflow.com/questions/50264569/akka-streams-doesnt-run-when-integer-range-is-large

You likely terminate the app before the stream has time to print all things
— you have to wait for that to happen as mentioned on SO,
this is done by using the materialized CompletionStage

-- 
Cheers,
Konrad 'ktoso ' Malawski
Akka  @ Lightbend 

On May 10, 2018 at 7:17:27, Jeffrey Phillips Freeman (fre...@gmail.com)
wrote:

I have some code and it works fine when i specify an integer range that is
about a 1000 integers wide but silently fails when is specify a range that
is 10,000 wide. Here is a SO link that describes the problem in detail:
https://stackoverflow.com/questions/50264569/akka-streams-doesnt-run-when-integer-range-is-large
--
*
** New discussion forum: https://discuss.akka.io/ replacing akka-user
google-group soon.
** This group will soon be put into read-only mode, and replaced by
discuss.akka.io
** More details:
https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*
>>
>> Read the docs: http://akka.io/docs/
>> Check the FAQ:
http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
*
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*
>> 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.