chia7712 commented on PR #21164:
URL: https://github.com/apache/kafka/pull/21164#issuecomment-3677360152
Here is the output (TransactionalMessageCopier) from the command:
```
TC_PATHS="tests/kafkatest/tests/core/transactions_test.py::TransactionsTest.test_transactions"
\
_DUCKTAPE_OPTIONS='--parameters
'\''{"failure_mode":"hard_bounce","bounce_target":"brokers","check_order":"True","use_group_metadata":"True","metadata_quorum":"ISOLATED_KRAFT","group_protocol":"classic","use_transactions_v2":"True"}'\'
\
/bin/bash tests/docker/run_tests.sh
```
*before*
```
[2025-12-20 04:14:05,065] DEBUG [Producer clientId=producer-copier-0,
transactionalId=copier-0] Updating isTV2 enabled to false with
FinalizedFeaturesEpoch 353
(org.apache.kafka.clients.producer.internals.TransactionManager)
```
*after
```
[2025-12-19 18:00:57,151] DEBUG [Producer clientId=producer-copier-0,
transactionalId=copier-0] Updating isTV2 enabled to true with
FinalizedFeaturesEpoch 286
(org.apache.kafka.clients.producer.internals.TransactionManager)
```
--
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]