Commit bec0da0
authored
[doc] document disabling Stream Load compression via sink.properties.compress_type (#3638)
## Versions
- [x] dev
- [x] 4.x
- [ ] 3.x
- [ ] 2.1 or older (not covered by version/language sync gate)
## Languages
- [x] Chinese
- [x] English
- [ ] Japanese candidate translation needed
## Docs Checklist
- [x] Checked by AI
- [ ] Test Cases Built
- [x] Updated required version and language counterparts, or explained
why not
- [x] If only one language changed, confirmed whether source/translation
counterparts need sync
## Summary
Since Flink Doris Connector 26.1.0, gz compression is enabled by default
for Stream Load (apache/doris-flink-connector#648). This PR documents
how to disable it:
- Append to the 26.1.0 release note: compression can be disabled by
setting `'sink.properties.compress_type' = ''`.
- Append the same note to the `sink.properties.*` description in the
connector configuration table so users can find it from the main config
docs.
Applied to all four locations: `docs/` (dev EN),
`versioned_docs/version-4.x/` (4.x EN), and the corresponding
`i18n/zh-CN` Chinese translations.1 parent 9c3de31 commit bec0da0
10 files changed
Lines changed: 10 additions & 10 deletions
File tree
- docs-next/connection-integration/data-integration
- docs/ecosystem/flink-doris-connector
- i18n/zh-CN
- docusaurus-plugin-content-docs-next/current/connection-integration/data-integration
- docusaurus-plugin-content-docs
- current/ecosystem/flink-doris-connector
- version-4.x/ecosystem/flink-doris-connector
- versioned_docs/version-4.x/ecosystem/flink-doris-connector
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
| 838 | + | |
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| |||
i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector/release-notes.md
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments