Skip to content

Commit 099e45a

Browse files
committed
[doc]The type of Sink is incorrect. FinkSink is not public and cannot be referenced from outside the package
1 parent ced8cba commit 099e45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/engine-flink/datastream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ In this example, `OrderPartial` is a class that only contains the `orderId` and
262262
The main entry point for the Fluss DataStream Sink API is the `FlussSink` class. You create a `FlussSink` instance using the `FlussSinkBuilder`, which allows for step-by-step configuration of the sink connector.
263263

264264
```java
265-
FlinkSink<RowData> flussSink =
265+
FlussSink<RowData> flussSink =
266266
FlussSink.<RowData>builder()
267267
.setBootstrapServers("localhost:9123")
268268
.setDatabase("mydb")

0 commit comments

Comments
 (0)