---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Exchange data

# Exchanging data using Hermes {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Produce and consume Kafka messages in your ServiceNow instance using the Hermes Messaging Service.

There are several methods for exchanging data between your ServiceNow instance and your Kafka environment using the Hermes Messaging Service. In all cases, data is produced from one entity and consumed by another.

## Using Stream Connect {#exchanging-data-hermes-messaging-service__section_k1p_swz_hgc}

With Stream Connect, you can produce messages from your ServiceNow instance using a Producer step from a flow action or the Producer API, and then consume the messages in your external application.

You can also produce messages from an external application and then consume the messages in your ServiceNow instance via any of the following methods:

* Kafka flow trigger
* ETL consumer
* Transform map consumer
* Script consumer

{#exchanging-data-hermes-messaging-service__ul_mzq_hl4_jvb} Abbildung : 1. Stream Connect overview

For details, see [Stream Connect for Apache Kafka](https://www.servicenow.com/docs/access?context=stream-connect-apache-kafka&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).

## Using Log Export Service {#exchanging-data-hermes-messaging-service__section_js1_wwz_hgc}

With the Log Export Service, you can produce logs from your ServiceNow instance, and then consume the logs in your external application.
Abbildung : 2. Log Export Service architecture

For details on producing and consuming logs for Log Export Service, see [Exploring Log Export Service (LES)](https://www.servicenow.com/docs/access?context=les-landing-page&version=australia&pubname=australia-platform-security&ft:locale=en-US).

## Using a Kafka client {#exchanging-data-hermes-messaging-service__section_g2r_zwz_hgc}

With the Kafka standard protocol, you can exchange messages with any application that produces messages. For example, you can produce messages from a Java application using the standard Kafka protocol and then consume them in
your ServiceNow instance and vice versa.
Abbildung : 3. Producing and consuming messages

For details on exchanging data using a Kafka client, see [Producing and consuming messages from a Kafka client](https://servicenow-prod.fluidtopics.net/FahK5CjQTncyh9Qff_0VeQ "Learn how to produce and consume messages to Hermes from a Kafka client.").

