yby1213 commented on issue #6885:
URL: 
https://github.com/apache/incubator-seata/issues/6885#issuecomment-2380431991

   seata.enabled=true
   seata.application-id=test-seata-default
   seata.tx-service-group=my_test_tx_group
   seata.enable-auto-data-source-proxy=true
   seata.use-jdk-proxy=false
   seata.client.rm.async-commit-buffer-limit=1000
   seata.client.rm.report-retry-count=5
   seata.client.rm.table-meta-check-enable=false
   seata.client.rm.report-success-enable=false
   seata.client.rm.lock.retry-interval=10
   seata.client.rm.lock.retry-times=30
   seata.client.rm.lock.retry-policy-branch-rollback-on-conflict=true
   seata.client.tm.commit-retry-count=5
   seata.client.tm.rollback-retry-count=5
   seata.client.undo.data-validation=true
   seata.client.undo.log-serialization=jackson
   seata.client.undo.log-table=undo_log
   seata.log.exceptionRate=100
   seata.service.vgroup-mapping.my_test_tx_group=default
   seata.service.grouplist.default=127.0.0.1:8091
   seata.service.enable-degrade=false
   seata.service.disable-global-transaction=false
   seata.transport.shutdown.wait=3
   seata.transport.thread-factory.boss-thread-prefix=NettyBoss
   seata.transport.thread-factory.worker-thread-prefix=NettyServerNIOWorker
   
seata.transport.thread-factory.server-executor-thread-prefix=NettyServerBizHandler
   seata.transport.thread-factory.share-boss-worker=false
   
seata.transport.thread-factory.client-selector-thread-prefix=NettyClientSelector
   seata.transport.thread-factory.client-selector-thread-size=1
   
seata.transport.thread-factory.client-worker-thread-prefix=NettyClientWorkerThread
   seata.transport.thread-factory.worker-thread-size=default
   seata.transport.thread-factory.boss-thread-size=1
   seata.transport.type=TCP
   seata.transport.server=NIO
   seata.transport.heartbeat=true
   seata.transport.serialization=seata
   seata.transport.compressor=none
   seata.transport.enable-client-batch-send-request=true
   seata.config.type=zk
   seata.config.zk.server-addr=127.0.0.1:2181
   seata.config.zk.session-timeout=6000
   seata.config.zk.connect-timeout=2000
   seata.registry.type=zk
   seata.registry.zk.server-addr=127.0.0.1:2181
   seata.registry.zk.session-timeout=6000
   seata.registry.zk.connect-timeout=2000


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to