Skip to content

Commit

Permalink
SolaceIO: deduplicate records in the integration test (#32557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki committed Sep 25, 2024
1 parent e3c6f47 commit 01c7caf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void testRead() {
"Read from Solace",
SolaceIO.read()
.from(Queue.fromName(queueName))
.withDeduplicateRecords(true)
.withMaxNumConnections(1)
.withSempClientFactory(
BasicAuthSempClientFactory.builder()
Expand Down

0 comments on commit 01c7caf

Please sign in to comment.