DE-CIX / pbgp-parser

PCAP BGP Parser
Other
84 stars 21 forks source link

Apache Kafka streaming does not work with python2.7 #14

Closed thannaske closed 7 years ago

thannaske commented 7 years ago

Using -p KAFKA with python2.7 leads to several errors. Running the same command under python3 works without any error.

Python 2.7: 2016-10-21 14:43:41,485 - pbgpp - ERROR - Main error handler has received an exception: str() takes at most 1 argument (2 given)

Python 3.5: Working without error