Bulk Publishing Byte Events Using AVRO Schema with rawPayload: true
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
We are currently utilizing the PublishByteEventAsync method to publish events using an AVRO schema with metadata set as rawPayload: true. However, we have encountered a new requirement where we need to bulk publish a list of events using the same AVRO schema. Unfortunately, the available method, BulkPublishEventAsync, does not support byte messages.
Could you please provide guidance or a solution to address this issue?
Your assistance is greatly appreciated.
Contributor guide
Research direction
Start by comparing the existing PublishByteEventAsync and BulkPublishEventAsync entry points, focusing on byte messages, AVRO schemas, and rawPayload: true. Define the expected bulk API behavior and verify that a bulk list of byte events can use the same schema and metadata without changing single-event publishing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100