Class DistributeAuditEventsFromKafkaConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, IntegrationConnector, CatalogIntegratorOMISConnector, OpenMetadataTopicListener

public class DistributeAuditEventsFromKafkaConnector extends CatalogIntegratorConnector implements OpenMetadataTopicListener
Distributes audit log events from one or more embedded topic connectors to one or more embedded audit log destinations.
  • Constructor Details

    • DistributeAuditEventsFromKafkaConnector

      public DistributeAuditEventsFromKafkaConnector()
  • Method Details

    • start

      public void start() throws ConnectorCheckedException
      Indicates that the connector is completely configured and can begin processing. This call can be used to register with non-blocking services.
      Specified by:
      start in interface IntegrationConnector
      Overrides:
      start in class ConnectorBase
      Throws:
      ConnectorCheckedException - there is a problem within the connector.
    • 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 interface IntegrationConnector
    • processEvent

      public void processEvent(String event)
      Method to pass an event received on topic.
      Specified by:
      processEvent in interface OpenMetadataTopicListener
      Parameters:
      event - inbound event