Skip to content

Commit 8abdcc8

Browse files
committed
Build update
1 parent b6db81e commit 8abdcc8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
runs-on: ubuntu-latest
2121

22-
steps:x
22+
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up JDK 21
2525
uses: actions/setup-java@v4

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
# About
220

321
CockroachDB and Kafka demo through the inbox and outbox patterns.

0 commit comments

Comments
 (0)