Importing MessageSerializer without Faust is Broken
See original GitHub issueDescribe the bug
When Importing the non-Faust MessageSerializer
, I get Errors Related to the Faust Serializer
To Reproduce
- I create a new virtualenv
pip install python-schema-registry-client
from schema_registry.serializers.message_serializer import MessageSerializer
- Should Error Out with
AttributeError: 'NoneType' object has no attribute 'Codec'
NOTE: Importing it this way also produces the same error:
from schema_registry.serializers import MessageSerializer
Expected behavior
I should be able to import the MessageSerializer without touching faust_serializer.py
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
python-schema-registry-client Changelog - pyup.io
fixed `Importing MessageSerializer` without Faust is Broken [47](https://github.com/marcosschroh/python-schema-registry-client/issues/47)
Read more >No connection to Kafka from Faust client - Confluent Forum
I am having a hard time connection to a machine running Kafka from a client running a Faust script.The script looks like this:...
Read more >Import Feature is broken - Prismic for Content Creators
Hi, We have been using the import feature successfully multiple times in the past. However since yesterday, the feature seems broken.
Read more >guys Faust is so broken for 50 tension he can skip neutral and ...
Just play Axl and use his command grab. Upvote
Read more >You know Faust is weak when there are no posts complaining ...
In guilty gear, where everyone is broken in some way this means he ... I'm not going to theorize about how Faust can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am happy to receive your PRs. Seems that you are trying to push to the repository directely and that is not allowed.
What you have to do:
If we merge your PR you are automatically added as a contributor.
Let me know if you have any trubbles
Hi @SRserves85 ,
Thanks for reporting it. Question: what do you mean with restricted access to post PR’s? Can’t you send a
PR
?