question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Importing MessageSerializer without Faust is Broken

See original GitHub issue

Describe the bug When Importing the non-Faust MessageSerializer, I get Errors Related to the Faust Serializer

To Reproduce

  1. I create a new virtualenv
  2. pip install python-schema-registry-client
  3. from schema_registry.serializers.message_serializer import MessageSerializer
  4. 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:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
marcosschrohcommented, Apr 17, 2020

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:

  1. Fork the repository
  2. Create a branch and push (to your respository)
  3. Create a pull request using the GitHub UI.

If we merge your PR you are automatically added as a contributor.

Let me know if you have any trubbles

1reaction
marcosschrohcommented, Apr 17, 2020

Hi @SRserves85 ,

Thanks for reporting it. Question: what do you mean with restricted access to post PR’s? Can’t you send a PR?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found