Skip to content

Commit

Permalink
SolaceIO: deduplicate records in the integration test (apache#32557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki authored and Naireen committed Sep 26, 2024
1 parent fdb660b commit 9d6e7b7
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 9d6e7b7

Please sign in to comment.