CreateKafkaEventForwarder is an input datatype for creating a Kafka event forwarder. It's used by the createKafkaEventForwarder() mutation field.

Table: CreateKafkaEventForwarder

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Mar 28, 2025
descriptionstringyes Long-TermDescription of the event forwarder.
enabledbooleanyestrueLong-TermWhether the event forwarder is enabled.
namestringyes Long-TermName of the event forwarder.
propertiesstringyes Long-TermThe Kafka producer configuration used to forward events in the form of properties (x.y.z=abc). See Kafka Configuration.
topicLanguageVersionEnumyes Long-TermThe Kafka topic to which the events should be forwarded. See LanguageVersionEnum.