| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
find ./ -iname qa*.py | xargs autopep8 --in-place -a -a
mostly formats whitespace and gets rid of trailing semicolons
|
|
|
|
|
|
|
|
|
| |
Fixes #2236
Allows to filter a multi-part message by key/topic on a sub source and
insert key/topic on a pub sink.
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
The 250ms delay between starting a send and terminating a recv
was very boarderline when run on my machine. Increasing this
time slightly produces much more reliable results.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
sending data.
|
|/ |
|
|
ZeroMQ sink blocks will attempt to load all parts of a multi-part message
before processing tags and outputting items. Allows senders to take
advantage of ZeroMQ's zero-copy message delivery.
Add check for incompatible data sizes between ZMQ endpoints.
Fixes #1080
|