File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
1010The 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
6668You 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
105109You then have to initialize the builder and sink to it:
You can’t perform that action at this time.
0 commit comments