david-streamlio commented on PR #60: URL: https://github.com/apache/pulsar-connectors/pull/60#issuecomment-4928776619
Note for reviewers: the explicit `task.id=0` in this test is a workaround for a real product bug, not a test artifact — filed as #61. `AbstractKafkaConnectSource` only calls `connector.taskConfigs()` when the adaptor's `kafkaConnectorSourceClass` key is present, but Debezium sources set Debezium's own `connector.class`/`task.class` keys instead, so `taskConfigs()` never runs and the multi-partition SQL Server connector never gets its `task.id`. Once #61 is fixed, the `task.id` line here should be removed and this test will guard the fix. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
