File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 19
19
20
20
runs-on : ubuntu-latest
21
21
22
- steps:x
22
+ steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Set up JDK 21
25
25
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change
1
+ <p >
2
+ <a href="https://github.com/cockroachlabs-field/kafka-demo/actions/workflows/maven.yml"><img src="https://github.com/cockroachlabs-field/kafka-demo/actions/workflows/maven.yml/badge.svg?branch=main" alt="">
3
+ </p >
4
+
5
+ <!-- TOC -->
6
+ * [ About] ( #about )
7
+ * [ Compatibility] ( #compatibility )
8
+ * [ Setup] ( #setup )
9
+ * [ Prerequisites] ( #prerequisites )
10
+ * [ Install the JDK] ( #install-the-jdk )
11
+ * [ Database Setup] ( #database-setup )
12
+ * [ Building] ( #building )
13
+ * [ Clone the project] ( #clone-the-project )
14
+ * [ Build the artifact] ( #build-the-artifact )
15
+ * [ Running] ( #running )
16
+ * [ Terms of Use] ( #terms-of-use )
17
+ <!-- TOC -->
18
+
1
19
# About
2
20
3
21
CockroachDB and Kafka demo through the inbox and outbox patterns.
You can’t perform that action at this time.
0 commit comments