Class KafkaTopicSourceCatalogTargetProcessor


public class KafkaTopicSourceCatalogTargetProcessor extends CatalogTargetProcessorBase
Listens for events from Apache Kafka that contain audit log events.
  • Constructor Details

  • Method Details

    • refresh

      public void refresh()
      Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories. Refresh is called when the integration connector first starts and then at intervals defined in the connector's configuration as well as any external REST API calls to explicitly refresh the connector.
      Specified by:
      refresh in class CatalogTargetProcessorBase