Skip to content

Commit

Permalink
[FLINK-32595][Connectors/Kinesis] Fix the deserialization schema vers…
Browse files Browse the repository at this point in the history
…ion in the datastream conneter doc
  • Loading branch information
TanYuxin-tyx authored and reswqa committed Jul 17, 2023
1 parent 253f05b commit 2f07594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/connectors/datastream/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ For convenience, Flink provides the following schemas out of the box:

{{< tabs "8c6721c7-4a48-496e-b0fe-6522cf6a5e13" >}}
{{< tab "GlueSchemaRegistryJsonDeserializationSchema" >}}
{{< artifact flink-jsonschema-glue-schema-registry >}}
{{< connector_artifact flink-json-glue-schema-registry kinesis >}}
{{< /tab >}}
{{< /tabs >}}

Expand All @@ -200,7 +200,7 @@ For convenience, Flink provides the following schemas out of the box:
{{< artifact flink-avro >}}
{{< /tab >}}
{{< tab "GlueSchemaRegistryAvroDeserializationSchema" >}}
{{< artifact flink-avro-glue-schema-registry >}}
{{< connector_artifact flink-avro-glue-schema-registry kinesis >}}
{{< /tab >}}
{{< /tabs >}}

Expand Down

0 comments on commit 2f07594

Please sign in to comment.