Skip to content

Releases: SolaceProducts/pubsubplus-connector-kafka-source

v3.1.0

05 Feb 18:21
46b02db
Compare
Choose a tag to compare

Improvements

  • Add support for mapping Solace message user properties to Kafka record Headers
  • Add support for mapping Solace message properties to Kafka record headers
  • Add sol.message_processor.map_user_properties config option to manage mapping Solace message user properties to Kafka record Headers (default: false)
  • Add sol.message_processor.map_solace_standard_properties config option to manage mapping Solace message standard properties to Kafka record Headers (default: false)
  • Update sample message processors SolSampleSimpleMessageProcessor.java and SolaceSampleKeyedMessageProcessor.java to use new message header injection based on added configuration properties.
  • Upgrade JCSMP to 10.22.0

v3.0.1

13 Dec 19:23
90f3252
Compare
Choose a tag to compare

NOTE: This release will not be published to Maven Central. There is no functional change since the 3.0.0 release.

Bug Fixes

  • Fixed installation of connector using confluent-hub CLI (#34)

v3.0.0

25 Aug 19:52
da2da48
Compare
Choose a tag to compare

Improvements

  • Upgrade JCSMP to 10.21.0
  • Upgrade Kafka to 3.5.1
  • Upgrade JDK to 11

v2.3.0

13 Sep 15:09
482b471
Compare
Choose a tag to compare

Improvements

  • Upgrade JCSMP to 10.15.0

Bug Fixes

  • Solace connection fails but KafkaConnect status is still RUNNING (47)

Misc

  • Documentation improvements
  • Upgraded to Gradle 7
  • Using PubSub+ broker latest for testing

v2.1.0

21 Oct 18:53
45bfdf2
Compare
Choose a tag to compare

Improvements

  • Upgrade Kafka to 2.8.1
  • Upgrade JCSMP to 10.12.0

Bug Fixes

  • Fix password obfuscation (#30)
  • Fix task start error propagation (#32)
  • Add sol.message_processor.error.ignore config option to discard messages that produce message processor errors (#33)

Misc

  • Use ephemeral ports for test infrastructure setup (#29)
  • Fix Gradle integrationTest task and added test task
  • Add Dependabot
  • Add Jacoco code coverage
  • Add static code analysis tools (CodeQL, PMD, SpotBugs)
  • Upload test results to Github Action

v2.0.2

24 Sep 14:03
d2bc632
Compare
Choose a tag to compare
  • Fixed and fine-tuned tight spin lock at poll which can result in 100% CPU if no new messages
  • Fixed leak in processor object use

v2.0.0

27 Apr 12:34
b64a72d
Compare
Choose a tag to compare
  • Updated build scripts
  • Code refactoring and stability fixes
  • Added automated integration testing
  • Updated documentation
  • Packages available from download pages

Initial release

25 Sep 19:29
2627fe2
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release to satisfy Jira https://sol-jira.atlassian.net/browse/SOL-8496