smiletrl opened a new pull request, #659:
URL: https://github.com/apache/incubator-seata-go/pull/659

   <!--  Thanks for sending a pull request! 
   -->
   
   **What this PR does**:
   
   add undo compressor config support
   
   **Which issue(s) this PR fixes**:
   <!--
   *Automatically closes linked issue when PR is merged.
   Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
   _If PR is about `failing-tests or flakes`, please post the related 
issues/tests in a comment and do not use `Fixes`_*
   -->
   Fixes #654
   
   **Special notes for your reviewer**:
   
   **Does this PR introduce a user-facing change?**:
   <!--
   If no, just write "NONE" in the release-note block below.
   If yes, a release note is required:
   Enter your extended release note in the block below. If the PR requires 
additional action from users switching to the new release, include the string 
"action required".
   -->
   ```release-note
   
   User will have compressor type log supported. The possible options are: 
   
   
   - None
   - Gzip
   - Zip
   - Sevenz
   - Bzip2
   - Lz4
   - Zstd
   - Deflate
   
   and the config location is:
   
       undo:
         # Judge whether the before image and after image are the same,If it is 
the same, undo will not be recorded
         data-validation: true
         # Serialization method
         log-serialization: json
         # undo log table name
         log-table: undo_log
         # Only store modified fields
         only-care-update-columns: true
         compress:
           # Compression type
           type: zip
           #  Compression threshold Unit: k
           threshold: 64k
   ```
   ```


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