convertor

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPFIXToKafkaConvertor

type IPFIXToKafkaConvertor interface {
	// ConvertIPFIXMsgToFlowMsgs converts multiple data records in the IPFIX message
	// to flow messages for any given proto schema.
	ConvertIPFIXMsgToFlowMsgs(msg *entities.Message) []protoreflect.Message
	// ConvertIPFIXRecordToFlowMsg converts a single IPFIX record to a kafka flow
	// message for any given proto schema. Some times producers are interacting
	// with the intermediate process instead of the collector process, where only
	// the record is available.
	ConvertIPFIXRecordToFlowMsg(record entities.Record) protoreflect.Message
}

IPFIXToKafkaConvertor is an interface to support multiple proto schema for Kafka producer.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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