wintoncode / winton-kafka-streams

A Python implementation of Apache Kafka Streams
Apache License 2.0
313 stars 55 forks source link

[Q] How to debug "process" method? #38

Closed myaspm closed 6 years ago

myaspm commented 6 years ago

I don't know if this is the right place to ask so sorry in advance. I've been trying to work out your examples and one thing i've noticed is : when trying to debug in PyCharm, binning code never goes into 'process' method, prints and such i add doesn't work but the code works and i can see the messages being produced.

So my question is, how do i debug the process method?

myaspm commented 6 years ago

Alright, i finally got that the generator needs to run for the 'process' method to work. You may close this issue. Sorry for any inconvience.