Multi Node testing Setup #1929
-
Hi everyone, Based on this tutorial, it seems that we only need to use Q: Is My concern is that there are quite a few customizations defined in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
MultiNodeScalaTest is not public but you are free to copy/paste it into your own build if you think is useful. |
Beta Was this translation helpful? Give feedback.
MultiNodeScalaTest is not public but you are free to copy/paste it into your own build if you think is useful.
There are some users of pekko-multi-node-testkit.
https://github.com/search?q=pekko-multi-node-testkit&type=code
Some are git clones of the main pekko repos but there are some independent projects too.
It should be feasible to test with just the MultiJvmPlugin and pekko-multi-node-testkit but feel free to copy any no-public code into your project if you feel it adds value for you.