Open
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.
Activity