Skip to content

boolean type #325

@jakubdyszkiewicz

Description

@jakubdyszkiewicz

Right now I see

pub enum Type {
    String,
    IpCidr,
    IpAddr,
    Int,
    Regex,
}

I'd like to add a Boolean field to my schema.

Use case: I'm adding field to context called kafka.record.value.validated to indicate whether the Kafka record was validated. Based on this information we want to execute specific policies.

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