Skip to content

AvroEventFormatter in incorrect namespace #219

@squanbeck

Description

@squanbeck

AvroEventFormatter is currently found in the CloudNative.CloudEvents namespace.

using System.Net.Mime;
namespace CloudNative.CloudEvents
{
/// <summary>

To keep things consistent, as with both protobuf and json (first two other examples I looked at), the AvroEventFormatter should be found in CloudNative.CloudEvents.Avro namespace.

Reference to SystemTextJson and Protobuf EventFormatters below.

using static CloudNative.CloudEvents.V1.CloudEvent.Types.CloudEventAttributeValue;
namespace CloudNative.CloudEvents.Protobuf
{
// TODO: Derived type which expects to only receive protobuf message data with a particular message type,

using System.Threading.Tasks;
namespace CloudNative.CloudEvents.SystemTextJson
{
/// <summary>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions