Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 1, 2023
1 parent c3098e1 commit 5876e59
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ INSERT INTO customers2(first_name,last_name,email)
GO
EOF

sleep 30

log "Verifying topic server1.testDB.dbo.customers2 : there will be only the new record"
playground topic consume --topic server1.testDB.dbo.customers2 --min-expected-messages 1 --timeout 60

Expand Down

0 comments on commit 5876e59

Please sign in to comment.