pulsar-io-cloud-storage icon indicating copy to clipboard operation
pulsar-io-cloud-storage copied to clipboard

Cloud Storage Connector integrates Apache Pulsar with cloud storage.

Results 13 pulsar-io-cloud-storage issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Now that the new partitioner doesn't add a datetime based prefix to the file it would be useful if we...

type/feature

**Describe the bug** ``` │ pulsar-sink java.lang.NullPointerException: Cannot read the array length because "array" is null │ │ pulsar-sink at java.nio.ByteBuffer.wrap(ByteBuffer.java:437) ~[?:?] │ │ pulsar-sink at org.apache.pulsar.io.jcloud.util.MetadataUtil.parseSchemaVersionFromBytes(MetadataUtil.java:169) ~[vFdZUZqkBvBdIxBFOEzjGw/:?] │ │...

type/bug

**Is your feature request related to a problem? Please describe.** > Would it be possible to add another configuration element that includes the original topic in the metadata when withMetadata...

type/feature

**Describe the bug** Similar to #493, currently the `maxTimeoutMs` is applied for all topics at once, instead of having an independent timer for each topic. **Expected behavior** Each topic should...

type/bug

**Describe the bug** The current sink implementation uses one `batchSize` summing the number of records of all topics together. This results in fluctuating real 'batch' sizes for each topic. **Expected...

type/bug

**Data Sent to GCS Bucket is not in the correct date folder.** I have configured `timePartitionDuration: 1d` It was working fine but after a few days dates folder was not...

type/bug

**Describe the bug** I was using the Cloud Storage Sink to collect data from Pulsar and write it to AWS S3 in **Parquet**. Messages were produced using a `JsonSchema` format....

type/bug

@freeznet when I am writing data using pulsar golang client .. the below is the program I am using to write on pulsar topic and its able to publish on...

Bumps org.apache.hadoop:hadoop-common from 3.3.6 to 3.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=3.3.6&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Draft

doc-info-missing