message

package
v0.0.0-...-1a88b7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// HdrType is the type of event that match finally with the schema.
	// In a future refactor this will be removed and simplified
	// making a matching of 1 topic - 1 schema.
	HdrType           EventHeaderKey = "Type"
	HdrTypeIntrospect string         = "Introspect"

	// HdrXRhIdentity is the identity header; this will allow to
	// communicate with other services, and add validations based
	// on the identity header.
	HdrXRhIdentity EventHeaderKey = "X-Rh-Identity"
	// HdrXRhInsightsRequestId is the request id; it is expected this
	// header is propagated so it will allow in the future a distributed
	// tracing for the sync and async api handlers.
	HdrXRhInsightsRequestId EventHeaderKey = "X-Rh-Insights-Request-Id"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EventHeaderKey

type EventHeaderKey string

EventHeaderKey represents the header key for the kafka messages.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL