StreamsConfig config = ...;
//Здесь устанавливаем всякие опции
Topology topology = new StreamsBuilder()
//Здесь строим топологию
....build();-
tell anecdote
-
make a point
Hello World - Good Bye Cruel World
|
Note
|
Actually things aren’t that bad |
| ID | FName | LName | Address | Phone |
|---|---|---|---|---|
1 |
Vasya |
Pupkin |
London |
|
2 |
X |
Y |
A,B |
|
digraph foo {
node [style=rounded]
node1 [shape=box]
node2 [fillcolor=yellow, style="rounded,filled", shape=diamond]
node3 [shape=record, label="{ a | b | c }"]
node1 -> node2 -> node3
}
Uses highlighted code
:test {:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
healthsamurai/matcho {:mvn/version "0.3.7"}
lambdaisland/kaocha {:mvn/version "1.0.732"}
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}
:extra-paths ["resources" "test" "test/resources"]
:jvm-opts []
:main-opts ["--main" "kaocha.runner"]}