TestKafkaEventForwarder is an input datatype for testing whether a Kafka event forwarder can connect to the Kafka server. It's used by the testKafkaEventForwarderV2() mutation field.

Table: TestKafkaEventForwarder

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-TermThe description of the event forwarder.
enabledboolean trueLong-TermWhether the event forwarder is enabled.
namestringyes Long-TermThe name 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.
topicstringyes Long-TermThe Kafka topic to where the events should be forwarded.