Skip To Content

Write GeoJSON to a Kafka Topic

The Write GeoJSON to a Kafka Topic output connector can be used to write event data, adapted and formatted as GeoJSON, to an Apache Kafka Topic. For more information about getting started with Apache Kafka, see Apache Kafka Introduction. For more information and examples of GeoJSON data record formatting, see the GeoJSON specification.

Usage notes

Keep the following in mind when working with the Write GeoJSON to a Kafka Topic output connector:

  • Use this output connector to write data, adapted and formatted as GeoJSON, to a Kafka Topic. This output connector is a producer to Kafka.
  • This output connector pairs the GeoJSON outbound adapter with the Kafka outbound transport.
  • Like feature JSON, GeoJSON is a subtype of generic JSON. Different GeoEvent Server adapters are used to process these specific formats.
  • This output connector supports writing GeoJSON to a Kafka Topic formatted as either generic GeoJSON or feature GeoJSON. Generic GeoJSON follows the GeoJSON standard, while feature GeoJSON is a custom format used with the spatiotemporal big data store.
  • The Kafka Outbound Transport supports TLS 1.2 and SASL security protocols for authenticating with a Kafka cluster or broker.

Parameters

The following are the parameters for the Write GeoJSON to a Kafka Topic output connector:

ParameterDescription

Name

A descriptive name for the input connector used for reference in GeoEvent Manager.

Override with Custom Kafka Properties

Specify whether to override the default GeoEvent Server Kafkaclient properties. The default is No.

  • Yes—The default Kafka client properties exposed by the transport will be overridden. A folder registered with GeoEvent Server must be specified that contains a Kafka.properties file with the correct formatting for a valid Kafkaconfiguration. See Apache Kafka Configuration for a list of supported configurations and expected formatting for the specified .properties file.
  • No—The default Kafka client properties exposed by the transport will not be overridden. Kafka Bootstrap Servers and Consumer Group ID must be specified.

Kafka Bootstrap Servers

(Conditional)

A list of hostname:port pairs used to establish the initial connection to the Kafka cluster. Hostname:port pairs must be comma separated, for example, broker0.example.com:9092,broker1.example.com:9092,broker2.example.com:9092.

Registered Folder for the Kafka Properties File

(Conditional)

The folder registered with GeoEvent Server that contains the Kafka .properties file. The Kafka .properties file defines the custom Kafka properties when Override with Custom Kafka Properties is set to Yes. Ensure that the folder registered with GeoEvent Server is the full path to where the Kafka .properties file is located.

Kafka Properties File Name

(Conditional)

The name of the Kafka .properties file that contains the custom Kafka properties for client configuration. The name of the file should be specified without the .properties extension.

  • If the name of the custom Kafka properties file is sample.properties, specify this parameter as sample.

Topic Name

The name of the Kafka topic to publish data to.

  • topic1

Hinweis:

The Kafka outbound transport does not support publishing data to multiple topics.

Enable Exactly Once Delivery

Specifies whether exactly once semantics should be honored when writing to the topic. See Exactly Once Semantics for more information. The default is Yes.

  • YesKafka will honor Exactly Once Semantics.
  • NoKafka will not honor Exactly Once Semantics.

Hinweis:

Ensure the Kafka cluster supports exactly once semantics before continuing with the Enable Exactly Once Delivery parameter. Enabling exactly once semantics comes with a performance cost. For more information, see Producer Configs as related to acknowledgments.

Formatted JSON

Specifies whether the feature JSON string will be prettified with whitespace indentation and newline formatting. This JSON, sometimes referred to as PJSON, is generally only appropriate when writing to a system file whose content may be reviewed in a text editor. The default is No.

  • Yes—The feature JSON will be formatted (prettified).
  • No—The feature JSON will not be formatted.

Converter Type

Specifies the GeoJSON format of adapted event records. Available GeoJSON formats include Generic GeoJSON and Feature GeoJSON. The default is Generic GeoJSON.

  • Generic GeoJSON—Outbound event records will be adapted using the standard GeoJSON specification. For more information regarding the standard GeoJSON format, see GeoJSON Specification.
  • Feature GeoJSON—Outbound event records will be adapted using a custom feature GeoJSON format; the format used for adding data to the spatiotemporal big data store.

Ignore Reserved Field Names

Specifies whether to ignore reserved field names when adapting processed event data as GeoJSON for Kafka. Reserved field names include ObjectId, GlobalId, or UniqueId (case is sensitive). The default is No.

  • Yes—Any reserved field names will be ignored when adapting processed event data as GeoJSON. The reserved field names and their corresponding values will be removed from the schema.
  • No—Reserved field names will not be ignored when adapting processed event data as GeoJSON. Any present reserved field names and their corresponding values will be maintained as part of the data's schema.

Authentication Required

Specifies whether the connection to the Kafka cluster, or Kafka broker, requires authentication. The default is No.

  • Yes—Authentication is required to the Kafka cluster or broker.
  • No—Authentication is not required to connect to the Kafka cluster or broker.

Authenticate Using

(Conditional)

Specifies the security protocol that is used to secure the Kafka cluster. Available security protocols include TLS 1.2 and SASL.

  • TLS 1.2—The security protocol used by the Kafka cluster is TLS 1.2. Ensure that the Kafka cluster's PKI file (x509 certificate) is imported into the trust store of the ArcGIS Server with which ArcGIS GeoEvent Server is configured. For details, see the Import the certificate into ArcGIS Server section in Configure ArcGIS Server with an existing CA-signed certificate for specific instructions on importing certificates.
  • SASL—The security protocol used by the Kafka cluster is SASL. Only SASL, SSL, and Kerberos are supported.

Hinweis:

When using Kerberos, ensure the operating system user account running ArcGIS GeoEvent Server has read access to the keytab file in the Kerberos setup and configuration.

The parameter is shown when Authentication Required is set to Yes.

Registered Folder for Credential File

(Conditional)

The folder registered with GeoEvent Server that contains the Kafka cluster's PKI file (x509 certificate). Ensure that the folder registered with GeoEvent Server is the full path to where the Kafka cluster's certificate is located.

Credential Configuration File

(Conditional)

The name of the Kafka cluster's PKI file (x509 certificate). The certificate and its associated private key must be stored in the PKCS#12 format, which is represented by a file with either the .p12 or .pfx extension. Provide the name of the file in addition to the extension.

  • my_kafka_certificate.pfx
  • my_other_kafka_certificate.p12

Hinweis:

Only the certificate file name and extension are supported for this parameter. Relative paths to the certificate should not be specified in this parameter. Register the full path to the certificate file using the Registered Folder for Credential File parameter.

The parameter is shown when Authentication Required is set to Yes. It is applicable to TLS 1.2 only.

Keystore Password

(Conditional)

The password for the Kafka cluster's PKI file (x509 certificate). This is also known as the certificate's private key.

SASL Authentication Type

(Conditional)

Specifies the type of SASL authentication mechanism supported by the Kafka cluster. Available SASL authentication types include SASL GSSAPI (Kerberos) and SASL PLAIN.

  • SASL/GSSAPI (Kerberos)—The Kafka cluster uses SASL/GSSAPI Kerberos authentication.
  • SASL/PLAIN—The Kafka cluster uses SASL/PLAIN authentication.

Kerberos Principal

(Conditional)

The Kerberos principal for the specific user, for example, GeoEventKafkaClient1@example.com.

Use Key Tab

(Conditional)

Indicates whether to use the keytab in the Kerberos settings. The default is Yes.

  • Yes—The keytab will be used in the Kerberos settings.
  • No—The keytab will not be used in the Kerberos settings.

Store Key

(Conditional)

Indicates whether to store the key in the Kerberos settings. The default is Yes.

  • Yes—The key will be stored in the Kerberos settings.
  • No—The key will not be stored in the Kerberos settings.

Username

(Conditional)

Specifies the username used to authenticate with the Kafka cluster. This is also known as a connection string with certain cloud providers. Refer to the documentation of the chosen cloud provider for correct syntax.

Password

(Conditional)

Specifies the password used to authenticate with the Kafka cluster. Refer to the documentation of the chosen cloud provider for the correct syntax.

Considerations and limitations

The Write GeoJSON to a Kafka Topic output connector is a producer to Kafka. Apply the same considerations to this output connector as would be required for any other external producer to Kafka.