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
Whenever a Kafka consumer receives Kafka message that contains a header indicating a CloudEvent (e.g. content-type: application/cloudevents+json), it is parsed to JSON by the ToCloudEvent extension from the CloudNative.CloudEvents.Kafka package already. However, Motor.NET expects the result to be a CloudEvent<byte[]> because it intends to defer the parsing until later.
The text was updated successfully, but these errors were encountered:
Whenever a Kafka consumer receives Kafka message that contains a header indicating a CloudEvent (e.g.
content-type: application/cloudevents+json
), it is parsed to JSON by theToCloudEvent
extension from theCloudNative.CloudEvents.Kafka
package already. However, Motor.NET expects the result to be aCloudEvent<byte[]>
because it intends to defer the parsing until later.The text was updated successfully, but these errors were encountered: