From 348d331f8574b221b5c96809ac3e5588781d1364 Mon Sep 17 00:00:00 2001 From: bsoaressimoes Date: Thu, 18 Jan 2024 11:17:53 +0100 Subject: [PATCH] doc(readme): add badges in the readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5a47a7..b90f8d1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Quarkus Kafka Streams Processor -[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.kafkastreamsprocessor/quarkus-kafka-streams-processor?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.kafkastreamsprocessor/quarkus-kafka-streams-processor) - -[//]: # ( TODO after running the build on github) -[//]: # ([![Build]()](https://github.com/quarkiverse/quarkus-kafka-streams-processor/actions?query=workflow%3ABuild)) - +[![Build](https://github.com/quarkiverse/quarkus-logging-splunk/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-kafka-streams-processor/actions?query=workflow%3ABuild) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0) +[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.kafkastreamsprocessor/quarkus-kafka-streams-processor?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.kafkastreamsprocessor/quarkus-kafka-streams-processor) + +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) + ## Getting Started This extension eases the implementation of event-driven architecture streaming microservices based on [Kafka Streams’](https://kafka.apache.org/documentation/streams/) Processor API. @@ -13,7 +13,6 @@ It avoids Kafka Streams' users a lot of boilerplate code to have a dedicated top All that is left to develop is a simple Processor class. The extension takes care of the rest. -[//]: # (TODO after uploading the userguide to quarkiverse docs) For more details, check the complete [documentation](https://quarkiverse.github.io/quarkiverse-docs/quarkus-kafka-streams-processor/dev/index.html). ## How to build the extension