Skip to content

Commit 4b08850

Browse files
committed
updating for 0.0.7
1 parent d870887 commit 4b08850

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:project-owner: redis-field-engineering
55
:project-name: redis-flink-connector
66
:project-group: com.redis
7-
:project-version: 0.0.5
7+
:project-version: 0.0.7
88
:dist-repo-name: redis-flink-connector-dist
99

1010
The Redis Flink Connector is a highly performant, scalable Flink Source and Sink
@@ -60,7 +60,9 @@ The following table describes the fields in that class:
6060
| `useClusterApi` | `boolean` | `false` | No
6161
| `requireAck` | `boolean` | `true` | No
6262
| `startingId` | `StreamEntryID` | `StreamEntryID.XGROUP_LAST_ENTRY` | No
63-
|`failedDeserializationStreamName` | `String` | `""` (empty string) | No
63+
|`failedDeserializationStreamName` | `String` | `""` | No
64+
|`useTls` | `boolean` | `false` | No
65+
|`mtlsParameters` | `MtlsParameters` | `null` | No
6466
|===
6567

6668
You can then initialize the Source Builder using:
@@ -100,6 +102,8 @@ The following table describes the fields in that class:
100102
| `numPartitions` | `int` | N/A | Yes | the number of partitions
101103
| `flushOnCheckpoint` | `boolean` | `false` | No | whether to flush writes on checkpoint
102104
| `failedSerializationStreamName` | `String` | `""` (empty string) | No | the stream name to serialization errors to
105+
|`useTls` | `boolean` | `false` | No | whether to use TLS
106+
|`mtlsParameters` | `MtlsParameters` | `null` | No | parameters to use for mTLS
103107
|===
104108

105109
You then have to initialize the builder and sink to it:

0 commit comments

Comments
 (0)