srishti-saraswat commented on code in PR #12567: URL: https://github.com/apache/kafka/pull/12567#discussion_r965588572
########## tests/kafkatest/tests/connect/connect_rest_test.py: ########## @@ -34,9 +35,7 @@ class ConnectRestApiTest(KafkaTest): FILE_SOURCE_CONFIGS = {'name', 'connector.class', 'tasks.max', 'key.converter', 'value.converter', 'header.converter', 'batch.size', 'topic', 'file', 'transforms', 'config.action.reload', 'errors.retry.timeout', 'errors.retry.delay.max.ms', - 'errors.tolerance', 'errors.log.enable', 'errors.log.include.messages', 'predicates', 'topic.creation.groups', - 'offsets.storage.topic', 'transaction.boundary', 'transaction.boundary.interval.ms', 'config.action.reload', - 'exactly.once.support'} + 'errors.tolerance', 'errors.log.enable', 'errors.log.include.messages', 'predicates', 'topic.creation.groups'} Review Comment: Reverted to original since it is taken care in a separate PR - https://github.com/apache/kafka/pull/12575 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org