João Eiras
João Eiras
A bonus caught when making the testcase ``` Traceback (most recent call last): ... File "/PyVCF/build/lib/vcf/parser.py", line 433, in _parse_sample_format samp_fmt = make_calldata_tuple(samp_fmt.split(':')) File "/PyVCF/build/lib/vcf/model.py", line 685, in make_calldata_tuple class...
That section of the library is a bit more holistic and call other functions to parse output, like json, pandas stuff, perhaps xml and so on.
Workaround for you ``` while len(producer): producer.flush() ```
I think this might touch some code I changed here https://github.com/confluentinc/confluent-kafka-python/pull/1591 But this project is not accepting PRs. It's annoying.