Replies: 1 comment
-
I was following the Code Executors tutorial and had the same issue. I resolved it by increasing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have started using autogen. I have tried to implement to a simple code execution as shown in the code below:
I have already a Kafka server running on the provided localhost which will produce numbers. my aim is to create a python consumer code which will list to this code. But even though the code generated by the code execution is correct it is not able to listen from the kafka server. It throws error such as:
Then autogen goes to create a producer in the next step, but I already have a producer running. Can someone help me in figuring out the issue? Iam using LocalCommandLineCodeExecutor.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions