Click or drag to resize
Grid Solutions Framework

TimeSeriesMetadataWriteToKafka Method

Writes time-series metadata to specified Kafka topic.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
public static void WriteToKafka(
	TimeSeriesMetadata metadata,
	BrokerRouter router,
	string topic
)
View Source

Parameters

metadata  TimeSeriesMetadata
Source time-series metadata object to write to Kafka.
router  BrokerRouter
Kafka router connection.
topic  String
Kafka topic.
See Also