2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-27 05:30:53 +00:00
Files
confluent/confluent_server
Jarrod Johnson 1fbaee6149 Further move toward asyncio and reduce PyOpenSSL dep
Since we are rebasing to at least Python 3.6, and with
some extra ctypes wranging of the ssl context, we can likely
remove PyOpenSSL. Take first steps by removing it from 'sockapi'.

Have confluent executable become the 'top level' for eventlet, to allow
work on 'de-eventleting' on 'main.py'.

Rework tlvdata to deal with either a socket or a reader, writer tuple.
Using TLS with asyncio is easiest with the 'open_connection'
semantics, which force either a Protocol handler (callback based) or
dual streams.  While protocol approach ends with a more socket-like
'transport', the 'protocol' half is a bit unwieldy. So reader and writer
streams instead.
2024-03-29 16:23:45 -04:00
..
2017-08-11 15:43:44 -04:00
2019-08-20 08:59:01 -04:00
2023-09-18 15:48:38 -04:00
2015-09-23 11:48:27 -04:00
2018-11-14 14:55:26 -05:00