enqueue-dev icon indicating copy to clipboard operation
enqueue-dev copied to clipboard

feat: Make serializer configurable via YAML configuration

Open lenchester opened this issue 7 months ago • 3 comments

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.

  • Add support for configuring serializers through YAML in RdKafkaContext
  • Allow serializer specification as a class name, array with options, or instance

lenchester avatar May 20 '25 13:05 lenchester

@Steveb-p can you review the PR?

lenchester avatar Jul 23 '25 12:07 lenchester

Hmm, I’m not sure whether the error was caused by my changes.

lenchester avatar Jul 23 '25 13:07 lenchester

Hmm, I’m not sure whether the error was caused by my changes.

Seems like it was a one-off failure in one job in tests.

Steveb-p avatar Jul 23 '25 19:07 Steveb-p