Egor Kraev

Results 26 comments of Egor Kraev

@EmerickH Thanks! Just ran into the same issue - which config is it that I should change?

Thanks a lot, that clarifies it!

What I really wanted was to read Kafka topics of unknown but finite length. So as long as new records are being pulled, I'm happy to wait indefinitely, but when...

And an even better way of doing it is using the getmany() function, with its argument timeout_ms which does exactly what I want! A problem with my earlier approach was...

Consuming realtime data from several Kafka topics, in no particular order; and because of assumptions I have about the data, if there's no data from a given topic for n...

So am I correct in understanding that when you close the browser, the notebook keeps running, there is simply no way to connect to it again to view the output?...

On Python 3.6, Ubuntu 16.04, I could make it work with `conda install icu` `conda install -c conda-forge pyicu` `pip install pycld2` and then installing polyglot from source worked like...

Do you mean I won't be able to flip back and forth between an async source and an async iterator anymore once the latest changes are in? That would at...

As for the proposed operator, why not have it go all the way: subscribe arg 2 to arg1, get an event loop, and ask it to run that until finished?...

You'll be happy to hear then that I'm about to use it in a real project for a client :) (well aware of its alpha status, but it's lightweight enough...