diff --git a/connectors/aws-s3-sink/v4.0.5/aws-s3-sink.md b/connectors/aws-s3-sink/v4.0.6/aws-s3-sink.md similarity index 97% rename from connectors/aws-s3-sink/v4.0.5/aws-s3-sink.md rename to connectors/aws-s3-sink/v4.0.6/aws-s3-sink.md index 1ecf6093..93bf6ac6 100644 --- a/connectors/aws-s3-sink/v4.0.5/aws-s3-sink.md +++ b/connectors/aws-s3-sink/v4.0.6/aws-s3-sink.md @@ -11,7 +11,7 @@ tags: alias: AWS S3 Sink Connector features: ["Cloud Storage Connector integrates Apache Pulsar with cloud storage."] icon: "/images/connectors/aws-s3-logo.png" -download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.5 +download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.6 support: streamnative support_link: https://github.com/streamnative/pulsar-io-cloud-storage support_img: "https://avatars.githubusercontent.com/u/44651383?v=4" @@ -171,6 +171,7 @@ Before using the AWS S3 sink connector, you need to configure it. This table out | `useHumanReadableSchemaVersion` | Boolean | False | false | false | Use a human-readable format string for the schema version in the message metadata. If it is set to `true`, the schema version is in plain string format. Otherwise, the schema version is in hex-encoded string format. | | `includeTopicToMetadata` | Boolean | False | false | false | Include the topic name to the metadata. | | `includePublishTimeToMetadata` | Boolean | False | false | false | Include the message publish time to the metadata as a timestamp. | +| `includeMessageKeyToMetadata` | Boolean | False | false | false | Include the message key to the metadata as a string. | | `avroCodec` | String | False | false | snappy | Compression codec used when formatType=`avro`. Available compression types are: none (no compression), deflate, bzip2, xz, zstandard, snappy. | | `parquetCodec` | String | False | false | gzip | Compression codec used when formatType=`parquet`. Available compression types are: none (no compression), snappy, gzip, lzo, brotli, lz4, zstd. | | `jsonAllowNaN` | Boolean | False | false | false | Recognize 'NaN', 'INF', '-INF' as legal floating number values when formatType=`json`. Since JSON specification does not allow such values this is a non-standard feature and disabled by default. | diff --git a/connectors/azure-blob-storage-sink/v4.0.5/azure-blob-storage-sink.md b/connectors/azure-blob-storage-sink/v4.0.6/azure-blob-storage-sink.md similarity index 97% rename from connectors/azure-blob-storage-sink/v4.0.5/azure-blob-storage-sink.md rename to connectors/azure-blob-storage-sink/v4.0.6/azure-blob-storage-sink.md index 263b0dca..e30783be 100644 --- a/connectors/azure-blob-storage-sink/v4.0.5/azure-blob-storage-sink.md +++ b/connectors/azure-blob-storage-sink/v4.0.6/azure-blob-storage-sink.md @@ -11,7 +11,7 @@ tags: alias: Azure Blob Storage Sink Connector features: ["Cloud Storage Connector integrates Apache Pulsar with cloud storage."] icon: "/images/connectors/azure-blob-storage-logo.png" -download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.5 +download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.6 support: streamnative support_link: https://github.com/streamnative/pulsar-io-cloud-storage support_img: "https://avatars.githubusercontent.com/u/44651383?v=4" @@ -152,6 +152,7 @@ Before using the Azure Blob Storage sink connector, you need to configure it. Th | `useHumanReadableSchemaVersion` | Boolean | False | false | false | Use a human-readable format string for the schema version in the message metadata. If it is set to `true`, the schema version is in plain string format. Otherwise, the schema version is in hex-encoded string format. | | `includeTopicToMetadata` | Boolean | False | false | false | Include the topic name to the metadata. | | `includePublishTimeToMetadata` | Boolean | False | false | false | Include the message publish time to the metadata as a timestamp. | +| `includeMessageKeyToMetadata` | Boolean | False | false | false | Include the message key to the metadata as a string. | | `avroCodec` | String | False | false | snappy | Compression codec used when formatType=`avro`. Available compression types are: none (no compression), deflate, bzip2, xz, zstandard, snappy. | | `parquetCodec` | String | False | false | gzip | Compression codec used when formatType=`parquet`. Available compression types are: none (no compression), snappy, gzip, lzo, brotli, lz4, zstd. | | `jsonAllowNaN` | Boolean | False | false | false | Recognize 'NaN', 'INF', '-INF' as legal floating number values when formatType=`json`. Since JSON specification does not allow such values this is a non-standard feature and disabled by default. | diff --git a/connectors/google-cloud-storage-sink/v4.0.5/google-cloud-storage-sink.md b/connectors/google-cloud-storage-sink/v4.0.6/google-cloud-storage-sink.md similarity index 97% rename from connectors/google-cloud-storage-sink/v4.0.5/google-cloud-storage-sink.md rename to connectors/google-cloud-storage-sink/v4.0.6/google-cloud-storage-sink.md index 318b74f4..ea81c6d3 100644 --- a/connectors/google-cloud-storage-sink/v4.0.5/google-cloud-storage-sink.md +++ b/connectors/google-cloud-storage-sink/v4.0.6/google-cloud-storage-sink.md @@ -11,7 +11,7 @@ tags: alias: Google Cloud Storage Sink Connector features: ["Cloud Storage Connector integrates Apache Pulsar with cloud storage."] icon: "/images/connectors/gcloud-storage-logo.svg" -download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.5 +download: https://api.github.com/repos/streamnative/pulsar-io-cloud-storage/tarball/refs/tags/v4.0.6 support: streamnative support_link: https://github.com/streamnative/pulsar-io-cloud-storage support_img: "https://avatars.githubusercontent.com/u/44651383?v=4" @@ -157,6 +157,7 @@ Before using the Google Cloud Storage sink connector, you need to configure it. | `useHumanReadableSchemaVersion` | Boolean | False | false | false | Use a human-readable format string for the schema version in the message metadata. If it is set to `true`, the schema version is in plain string format. Otherwise, the schema version is in hex-encoded string format. | | `includeTopicToMetadata` | Boolean | False | false | false | Include the topic name to the metadata. | | `includePublishTimeToMetadata` | Boolean | False | false | false | Include the message publish time to the metadata as a timestamp. | +| `includeMessageKeyToMetadata` | Boolean | False | false | false | Include the message key to the metadata as a string. | | `avroCodec` | String | False | false | snappy | Compression codec used when formatType=`avro`. Available compression types are: none (no compression), deflate, bzip2, xz, zstandard, snappy. | | `parquetCodec` | String | False | false | gzip | Compression codec used when formatType=`parquet`. Available compression types are: none (no compression), snappy, gzip, lzo, brotli, lz4, zstd. | | `jsonAllowNaN` | Boolean | False | false | false | Recognize 'NaN', 'INF', '-INF' as legal floating number values when formatType=`json`. Since JSON specification does not allow such values this is a non-standard feature and disabled by default. |