| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Add support for configuring serializers through YAML in RdKafkaContext - Allow serializer specification as a class name, array with options, or instance
- Ensures robustness by providing a default serializer - Refactoring
|
Hmm, I’m not sure whether the error was caused by my changes. |
Sorry, something went wrong.
Seems like it was a one-off failure in one job in tests. |
Sorry, something went wrong.
|
Hey, I am working in a Symfony app where Kafka is configured only with yaml files (enqueue and messenger). I hope this feature gets added soon ! In the meantime, how can I configure a custom serializer without yaml? Can you help me please? |
Sorry, something went wrong.
|
Hi team, thank you for implementing this feature! Would it be possible to cut a new release with it? We’re currently blocked on this. Appreciate your work on this. |
Sorry, something went wrong.
|
@makasim Is it possible to release a new version? Thank you. |
Sorry, something went wrong.
|
This PR is a bit stale. Is there anything I could help to get it merged and released? @makasim |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change enables users to specify custom serializers with configuration
options in their Enqueue bundle YAML configuration, improving flexibility
when working with different message formats.