Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 9a5865f

Browse files
committed
Updated README with sbt options for running tests
1 parent 63e9594 commit 9a5865f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ libraryDependencies ++= Seq("com.lightbend" %%
2525

2626
The library comes with an embedded Kafka server. To run the tests, simply run `sbt testOnly` and all tests will run on the local embedded server.
2727

28+
> The embedded server is started and stopped for every test and takes quite a bit of resources. Hence it's recommended that you allocate more heap space to `sbt` when running the tests. e.g. `sbt -mem 1500`.
29+
2830
## Type Inference and Composition
2931

3032
Here's a sample code fragment using the Scala wrapper library. Compare this with the Scala code from the same [example](https://github.com/confluentinc/kafka-streams-examples/blob/4.0.0-post/src/test/scala/io/confluent/examples/streams/StreamToTableJoinScalaIntegrationTest.scala) in Confluent's repository.

0 commit comments

Comments
 (0)