BitSwan Features v1912, launched on 19th of December 2019
New features v1912:
IPC (InterProcess Communication)
bspump.ipc
provides DataGram (UDP) & Stream (TCP) Source and Sink to allow
inter-process communication. Can be used via IP addresses or Unix file sockets.
Profiling of Kafka source
bspump
profiles Kafka Source - use of connection by default.
flake8
We made our code compilant with PEP-8
New examples:
bspump-ipc-datagram
bspump-ipc-stream
Other changes
- ElasticSearch connection now support multiple host URLs - delimited by
;
ProfilerCounter.time
changed toProfilerCounter.duration
bspump.netflow
is being replaced bybspump.subprocess
subprocess
source was refactored to use async