List of things to do:
dafka:
libzmq:
List of things to do:
dafka:
- how to make the API look like zmq's, accept zmq_msg_t type as input, how the receive looks like (topic), multipart support?
- mitch and match dafka sockets with zmq sockets
- router to distribute, or push to distribute, composable socket API
- persistence at both producer and consumer side
- partition naming, producer uuid: decouple?
- consumer only sends msg user if they know they have been stored?
libzmq:
- boring stuff
- relicensing
- new sockets:
- RFCs
- docs
- UDP: check asserts
- UDP: check ipv6
- poller: final PR zeromq/libzmq#2742
- make old/new sockets thread safe
- sub/unsub as command (zmpt 3.1)
- flacky tests - monitoring, test_system, many_sockets
- look at monitoring
- releases
- mailing list, update on the project
- performance regression tests: CI overbooked? azure vm?
- optimize curve, lots of data copies, curve_mechanism_base
- cmake support for TLS, websocket test
- cmake support multicast libnorm
- cool stuff:
- tcp zero copy recv/send
- avx optimisations for fast path decoder
- quic: cloudflare library MIT licensed
- websockets:
- docs
- JSZMQ update API to match zeromq.js new APIs
Website: