Skip to content

Kafka Cloud events implementation does not provide support For Null, Ignore Key types #313

Open
@Abuntxa

Description

@Abuntxa

The current extensión methods that allow transforming to and from CloudEvents into Kafka messages expects always messages of type Message<string?, byte[]> where the first generic template parameter is the type of Key in the Kafka messages.

When using the KafkaConsumer or producer it is usual to use the types "Confluent.Kafka.Ignore" or "Confluent.Kafka.Null" too that would handle messages like the following:
Message<Confluent.Kafka.Ignore, byte[]>
Message<Confluent.Kafka.Null, byte[]>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions