Danil

Results 3 comments of Danil

Same here! With this feature we can reduce a lot the number of data sources and implement new use cases if there is remote cluster/index pattern overwrite capabilities in query....

I have the same problem in a slightly different situation. I would like to have a local connection when I am in home local network. I configured local DNS resolver...

Yes, `sock_recvfrom` is also not implemented [uvloop/loop.pyx](https://github.com/MagicStack/uvloop/blob/master/uvloop/loop.pyx#L2620) ``` @cython.iterable_coroutine async def sock_recvfrom(self, sock, bufsize): raise NotImplementedError @cython.iterable_coroutine async def sock_recvfrom_into(self, sock, buf, nbytes=0): raise NotImplementedError @cython.iterable_coroutine async def sock_sendto(self, sock,...