MongoDB Kafka Connector Configuration Properties

Hello,

I was unable to find the following properties in the official documentation:

// The mode for handling errors in the change stream.
// Options:
// “true” - Retry on errors.
// “false” - Do not retry on errors.
errors.retry.on.error

retry.backoff.ms // The amount of time (in milliseconds) to wait before retrying an operation after an error.

max.retries // The maximum number of retry attempts for a failed operation before giving up.

cursor.max.await.time.ms // Specifies how long the connector should wait for a new event from this change stream OR The cursor.max.await.time.ms setting influences how long it waits for events before sending a batch to Kafka.


Are these properties not supported by the MongoDB Kafka Connector? Is the property list in the official documentation exhaustive?

Thank you.
Gourav Batra