pubsubplus-connector-spark (homepage)
A library to integrate Solace PubSub+ with Spark in order to use it as a data source and target in various ways.
@SolaceProducts / (0)
A library to integrate Solace PubSub+ with Spark in order to use it as a data source and target in various ways.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.solacecoe.connectors:pubsubplus-connector-spark:3.1.2
sbt
In your sbt build file, add:
libraryDependencies += "com.solacecoe.connectors" % "pubsubplus-connector-spark" % "3.1.2"
Maven
In your pom.xml, add:<dependencies>
<!-- list of dependencies -->
<dependency>
<groupId>com.solacecoe.connectors</groupId>
<artifactId>pubsubplus-connector-spark</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
Releases
Version: 3.1.2 ( c5c4b3 | zip | jar ) / Date: 2025-05-31 / License: other license