pulsar-spark icon indicating copy to clipboard operation
pulsar-spark copied to clipboard

Spark Connector to read and write with Pulsar

Results 39 pulsar-spark issues
Sort by recently updated
recently updated
newest added

Describe the solution you'd like; - Please bump the spark version to v.3.5. List of GCP Dataproc Serverless Runtime versions users want to test, **2.2 (Spark 3.5, Java 17, Scala...

type/feature

### Motivation Since you haven't updated Readme, we have spent so long time to found out how to read data within specific range. Thankfully, we found options(`startingTime` ,`endingTime`) to solve...

doc

I have search all the internet to configure subscription to Shared. But I haven't found it yet. All I know is that since setting subscriptionType in java client requires Class...

type/feature

**Describe the bug** When we configure the option `maxBytesPerTrigger` for our Spark job that reads from a Pulsar topic it won't start. It crashes with this error: ``` ERROR MicroBatchExecution:...

type/bug

**Describe the solution you'd like** A clear and concise description of what you want to happen. Currently spark uses exclusive type, how can we change the type of it.

type/feature

I am streaming CDC messages from PostGRES using the [PostGRES Debezium Connector](https://pulsar.apache.org/docs/3.1.x/io-cdc-debezium/#example-of-postgresql). The topic has the following schema ``` "type": "KEY_VALUE", "timestamp": 1695369844027, "properties": { "key.schema.name": "KafKaJson", "key.schema.properties": "{\"__AVRO_READ_OFFSET__\":\"0\"}", "key.schema.type":...

type/feature

**Is your feature request related to a problem? Please describe.** I am consuming data from Pulsar through Spark Structure Streaming in micro-batches. Right now, what happens is that spark consumes...

type/feature

I am interested in knowing if I can use the same configurations given in the readme file for source connector implementation. [](https://github.com/streamnative/pulsar-spark#readme) Additionally, I am wondering if there is a...

type/feature

**Is your feature request related to a problem? Please describe.** PRs are not verified with scala style requirement which causes failure until release. **Describe the solution you'd like** Add a...

type/feature