Sometimes it might be useful to run the sbt assembly
without tests.
You can just override the tests section and use command like this
1sbt 'set test in assembly := {}' clean assembly
Sometimes it might be useful to run the sbt assembly
without tests.
You can just override the tests section and use command like this
1sbt 'set test in assembly := {}' clean assembly
Be the first to receive my latest content with the ability to opt-out at anytime. I promise not to spam your inbox or share your email with any third parties.
Sometimes it might be useful to debug remote applications that run on the remote server and not your local machine...
When you work with MSK you might want to connect with local producer/consumer to it for the test purposes, but you should keep in mind that MSK (as all AWS services) requires connection through SSL and here you'll need to specify it in your Kafka client...