Skip to content

Conversation

@jc3wish
Copy link

@jc3wish jc3wish commented Aug 3, 2025

It supports flattening transaction logs into multiple oplog entries for output, which can be disabled by setting the DisableFlatTransactionData parameter.

By default, "DisableFlatTransactionData" is set to false.

If you want to disable it, you can set "DisableFlatTransactionData" to true.

`
gtm.Start(

	client,

	&gtm.Options{

		OpLogDisabled:              false,

		UpdateDataAsDelta:          false,

		DisableFlatTransactionData: true,

	},

)

`

This commit has currently been adopted in the following open-source project:

https://github.com/brokercap/Bifrost

…or output, which can be disabled by setting the DisableFlatTransactionData parameter.

支持将事务日志平铺成多条oplog进行输出,可以通过设置DisableFlatTransactionData参数进行关闭
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant