You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new user of Faust and don't know how to fix the problem when I ran 3 faust apps in the same time. Specifically:
I have 3 python file, In each, I run 1 service for listening from kafka server. Each file contains code as below, the different in each file is just the TOPIC_INPUT name.
Hi all,
I'm new user of Faust and don't know how to fix the problem when I ran 3 faust apps in the same time. Specifically:
Expected behavior
Expect 3 python files can run normally and listen to the comming kafka event
Actual behavior
it generates OSError as this img
Versions
kafka-python==1.4.7
The text was updated successfully, but these errors were encountered: