-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Only once (#23) squash and merge of exactly once work, history is available in the onlyOnce-history branch * feat: Update mq image to latest (#45) Contributes to: event-integration/qp-planning#10883 Signed-off-by: Joel Hanson <[email protected]> * fix: Include appropriate license in packaging (#46) * fix:L Include appropriate license in packaging Include appropriate license in packaging Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad<[email protected]> Signed-off-by: neeraj-laad <[email protected]> * fix: Move Licenses folder under META-INF Move Licenses folder under META-INF Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad <[email protected]> * fix: update license in README update license in README Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad <[email protected]> * fix: fix the no-auth MQ integration tests (#48) We use the latest tag MQ image in our integration tests. In December, MQ's container image removed the no-auth svrconn channel so this breaks the connector tests that try to make connections to MQ without credentials. This commit adds a custom MQSC script to configure the queue manager to restore the previous behaviour. The MQSourceTaskAuthIT tests still test the ability to connect to a queue manager with auth credentials, so this commit means we still test connecting with and without credentials. Contributes-to: event-integration/eventstreams-planning#12427 Signed-off-by: Dale Lane <[email protected]> * refactor: delegate config validation to Kafka Connect (#50) * feat: pull in changes from origin Contributes to: event-integration/eventstreams-planning#12467 Signed-off-by: Joel Hanson <[email protected]> * feat: Fix suggested review comments Contributes to: event-integration/eventstreams-planning#12467 Signed-off-by: Joel Hanson <[email protected]> --------- Signed-off-by: Joel Hanson <[email protected]> * fix: avoid dead-locking the SourceTask if all commits aren't received (#51) * chore: comment updates - no functional changes Fixed some weird line-wrapping in the existing comments, edited comments that were technically inaccurate, and added some extra clarification to comments ahead of changes in the next commit. Signed-off-by: Dale Lane <[email protected]> * test: new unit tests that illustrate desired behaviour poll() should quickly return an empty list if we are still waiting for a previous batch to complete, but throw an exception if this happens too many times. Signed-off-by: Dale Lane <[email protected]> * fix: avoid deadlocking poll calls when commitRecord isnt called Signed-off-by: Dale Lane <[email protected]> * chore: prepare new release I also removed an invalid config option that was included in the pom.xml at some point. Signed-off-by: Dale Lane <[email protected]> * feat: Address review comments Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> * fix: Update kafka connect-api and connect-json version Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> --------- Signed-off-by: Dale Lane <[email protected]> Signed-off-by: Joel Hanson <[email protected]> Co-authored-by: Joel Hanson <[email protected]> * feat: Automate mq source release (#52) Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> * fix: travis release (#53) Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> * feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated versions in pom.xml Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] Updated BUG Report Template Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated copyright year 2024 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: addressed the review comments and updated the version to 2.1.0 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated the License folder Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Updated License and Travis for MQ 2.0.2 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] --------- Signed-off-by: Joel Hanson <[email protected]> Signed-off-by: neeraj-laad <[email protected]> Signed-off-by: Dale Lane <[email protected]> Signed-off-by: Priyanka.K.U [email protected] Co-authored-by: Joseph Vullo <[email protected]> Co-authored-by: Joel Hanson <[email protected]> Co-authored-by: Neeraj Laad <[email protected]> Co-authored-by: Dale Lane <[email protected]> Co-authored-by: Priyanka K U <[email protected]>
- Loading branch information
1 parent
99fc0ff
commit bbb1102
Showing
57 changed files
with
5,628 additions
and
1,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "mq-source-exactly-once", | ||
"config": | ||
{ | ||
"connector.class": "com.ibm.eventstreams.connect.mqsource.MQSourceConnector", | ||
"tasks.max": "1", | ||
"topic": "<TOPIC>", | ||
|
||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
|
||
"mq.queue.manager": "<QUEUE_MANAGER>", | ||
"mq.connection.name.list": "<CONNECTION_NAME_LIST>", | ||
"mq.channel.name": "<CHANNEL_NAME>", | ||
"mq.queue": "<QUEUE>", | ||
"mq.record.builder": "com.ibm.eventstreams.connect.mqsource.builders.DefaultRecordBuilder", | ||
"mq.exactly.once.state.queue": "<EXACTLY_ONCE_STATE_QUEUE>" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.