-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
62082: roachtest: upgrade to confluent 6 in cdc roachtests r=HonoreDB a=stevendanna We are currently testing on a old version of confluent (4.0.0) that is actually end-of-life. https://docs.confluent.io/platform/current/installation/versions-interoperability.html This moves us to the latest community version. To run the tests locally, macOS users might need to make sure that an appropriate version of java is in their PATH. For example: brew install openjdk@11 PATH="/usr/local/Cellar/openjdk@11/11.0.10/:$PATH" Unfortunately, this adds yet another network dependency as they have moved the confluent-cli binary out of their main archive. Fixes #61271 Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
1 changed file
with
105 additions
and
30 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