1) Remove NB Pulsar batch processing. By default, Pulsar client API batches message sending with configurable parameters. Update README file accordingly.

2) Remove "driver-jms" module (which is practically useless). Starlight for JMS (S4J) driver that is currently available in "nb4-maintenance" branch will be used for JMS oriented testing against Apache Pulsar.
This commit is contained in:
yabinmeng
2022-08-07 13:33:54 -05:00
parent 7b0c6d07e5
commit 0d85dc02b4
2 changed files with 0 additions and 7 deletions

View File

@@ -114,12 +114,6 @@
<version>4.17.20-SNAPSHOT</version> <version>4.17.20-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-jms</artifactId>
<version>4.17.20-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>

View File

@@ -92,7 +92,6 @@
<module>driver-jdbc</module> <module>driver-jdbc</module>
<module>driver-cockroachdb</module> <module>driver-cockroachdb</module>
<module>driver-pulsar</module> <module>driver-pulsar</module>
<module>driver-jms</module>
</modules> </modules>
</profile> </profile>