We were recently testing a new build of our app that uses the faust-worker and on startup we started receiving this error:
Attatching a picture too in case the logs do not show up properly:
After looking into it some more I saw there was an issue raise with aiokafka where they made a change to remove a deprecated field. Going back down to aiokafka < 0.13.0 seems to resolve this issue and it seems they are going to make an update to add it back in but make it a warning that this will be deprecated in a future release. It seems to me it is coming from faust-streaming from the traceback but I am not 100% sure.
We were recently testing a new build of our app that uses the faust-worker and on startup we started receiving this error:
Attatching a picture too in case the logs do not show up properly:
After looking into it some more I saw there was an issue raise with aiokafka where they made a change to remove a deprecated field. Going back down to aiokafka < 0.13.0 seems to resolve this issue and it seems they are going to make an update to add it back in but make it a warning that this will be deprecated in a future release. It seems to me it is coming from faust-streaming from the traceback but I am not 100% sure.