You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/09/08 07:15:03 UTC

[GitHub] [kafka] srishti-saraswat commented on a diff in pull request #12567: Migrate connect system tests to KRaft

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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org