dapr / dapr/dotnet-sdk

Bulk Publishing Byte Events Using AVRO Schema with rawPayload: true

Open
#1,432 2 comments 1 reaction 0 assignees View on GitHub
question
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.