You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PRs are always welcome if you want to need a more immediate solution. Otherwise, we can consider this a feature request and look at adding it to a future version.
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.
The text was updated successfully, but these errors were encountered: