public class KafkaMetadataChangePublisher extends Object implements MetadataChangePublisher
MetadataChangePublisher that publishes metadata changes to an Apache Kafka topic determined by the
configuration parameter metadata.updates.kafka.topic. External systems can get notifications of
metadata changes by subscribing to this topic.| Modifier and Type | Method and Description |
|---|---|
void |
publish(MetadataChangeRecord changeRecord)
Publishes a
MetadataChangeRecord to a messaging system. |
public void publish(MetadataChangeRecord changeRecord)
MetadataChangePublisherMetadataChangeRecord to a messaging system.publish in interface MetadataChangePublisherchangeRecord - the MetadataChangeRecord to publishCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.