NasdaqCloudDataService SDK Java Versions Save

Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Java SDK for developing applications using Nasdaq Data Link's real-time data.

0.9.0

2 weeks ago

Removing Strimzi Dependency

0.8.4

4 months ago
  1. Upgrade kafka client
  2. Clean up and upgrade other dependencies
  3. Fix consumer group id
  4. Update using apche kafka callback handler for Oauth

0.7.0

2 years ago
  • Updated Strimzi Oauth common version to 0.8.1
  • Updated kafka version to 2.8.0
  • Fixing vulnerabilities highlighted by github scan

0.5.0

2 years ago
  • Remove certificate pinning for java sdk
  • Removing certificate pinning from docker sdk
  • Provide and option for custom groupid suffix in mirrormaker
  • Updated ReadME for certificate pinning

0.4.0

2 years ago

For SDK versions 0.4.x and higher:

Setting the auto.offset.reset property in kafka-config.properties to latest, will start the consumer from where it last stopped consuming or failed (not with latest message).

Setting the auto.offset.reset property in kafka-config.properties to earliest, will always start the consumer reading data after midnight (12:00:00 AM ET)

The default value for auto.offset.reset is earliest.

0.2.1

3 years ago

Updating certificate management code to download the correct cert

0.3.0

3 years ago

Updating SDK to use Kafka 2.6.0 Updating base docker image for 0.20.0 Updating mirrormaker Updating certificate management code to download the correct cert Adding date in consumer-group-id

0.1.0

3 years ago

0.2.0

3 years ago