Skip to content

Commit

Permalink
fix connectors sub title
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed Feb 28, 2024
1 parent 8a5da0e commit 6778d8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/content.zh/release-notes/flink-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ More details can be found at [FLIP-381](https://cwiki.apache.org/confluence/page

Scan table sources can now be set a custom parallelism for performance tuning via the `scan.parallelism`
option. Currently, only the DataGen connector has been adapted to support that, Kafka connector is
on the way. Please check [https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source) on how to adapt your custom connectors to it.
on the way. Please check [scan-table-source](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source) on how to adapt your custom connectors to it.

#### Adding a separate configuration for specifying Java Options of the SQL Gateway

Expand Down Expand Up @@ -313,7 +313,9 @@ nodes such as a CDC connector.

Users can use SESSION Window TVF in streaming mode. More details can be found at [session window-tvf](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/window-tvf/#session).

### Connectors Add committer metrics to track the status of committables
### Connectors

#### Add committer metrics to track the status of committables

##### [FLINK-25857](https://issues.apache.org/jira/browse/FLINK-25857)

Expand Down
6 changes: 4 additions & 2 deletions docs/content/release-notes/flink-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ More details can be found at [FLIP-381](https://cwiki.apache.org/confluence/page

Scan table sources can now be set a custom parallelism for performance tuning via the `scan.parallelism`
option. Currently, only the DataGen connector has been adapted to support that, Kafka connector is
on the way. Please check [https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source) on how to adapt your custom connectors to it.
on the way. Please check [scan-table-source](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#scan-table-source) on how to adapt your custom connectors to it.

#### Adding a separate configuration for specifying Java Options of the SQL Gateway

Expand Down Expand Up @@ -313,7 +313,9 @@ nodes such as a CDC connector.

Users can use SESSION Window TVF in streaming mode. More details can be found at [session window-tvf](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/window-tvf/#session).

### Connectors Add committer metrics to track the status of committables
### Connectors

#### Add committer metrics to track the status of committables

##### [FLINK-25857](https://issues.apache.org/jira/browse/FLINK-25857)

Expand Down

0 comments on commit 6778d8c

Please sign in to comment.