← Back to packages

Package sentry_protos.options.v1

Message TopicConfig

Message ServicesData

Message Const

Messages

message TopicConfig sentry_protos/options/v1/topics.proto

Used to signal that a schema is associated with the output of a kafka topic, including
some metadata about that.

Field Type Description
1 topic string
2 description string
3 services sentry_protos.options.v1.ServicesData
4 pipeline string
5 topic_creation_config map<string, string>
oneof has_enforced_partition_count
6 enforced_partition_count uint64

message ServicesData sentry_protos/options/v1/topics.proto

Field Type Description
1 consumers repeated string
2 producers repeated string

message Const sentry_protos/options/v1/options.proto

Signals that a producer of this data intends a specific value as a potential discriminator.
At a protocol level, consts should not be enforced or validated, but they can be used to
make decisions. They are a lightweight coordination paradigm with little more guarantee
than best-effort.

Field Type Description
1 int int64
2 string string