You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ The configuration options for the Kafka Connect source connector for IBM MQ are
312
312
|`mq.receive.max.poll.time.ms`| Maximum time (in milliseconds) to poll messages in a single Kafka Connect task cycle. If set to 0, polling continues until batch size or a receive returns null. | long | 0 | 0 or greater |
313
313
|`errors.deadletterqueue.topic.name`| The name of the Kafka topic to use as the dead letter queue (DLQ) for poison messages that fail during processing within the record builder component of the connector. | string || If left blank (default), failed messages will not be written to a DLQ. |
314
314
|`errors.deadletterqueue.context.headers.enable`| Whether to add error context headers to messages written to the DLQ. | boolean | false | When enabled, additional headers describing the error will be included with each DLQ record. |
315
-
|`mq.record.builder.json.schemas.enable`| (JSON record builder only) Include schemas within Kafka messages. This is used as the `schemas.enable` config for the JsonConverter used by the JSON record builder| boolean | false ||
315
+
|`mq.record.builder.json.schemas.enable`| (JSON record builder only) Include schemas within Kafka messages. This is used as the `schemas.enable` config for the JsonConverter used by the JSON record builder. If true, a schema must be provided - either using `mq.record.builder.json.schema.content` or by embedding a schema within each MQ message payload.| boolean | false ||
316
316
|`mq.record.builder.json.schema.content`| (JSON record builder only) Schema to use for all messages. This is used as the `schema.content` config for the JsonConverter used by the JSON record builder. | string || This should be a Kafka Connect schema, as used by JsonConverter. |
0 commit comments