Skip to content

fix(KafkaConsumer): includes messagehandler loop. #44

fix(KafkaConsumer): includes messagehandler loop.

fix(KafkaConsumer): includes messagehandler loop. #44

# CI & CD workflow
name: CI/CD - Liquid.Messaging.Kafka cartridge for Liquid Application Framework
on:
push:
branches: [ main, releases/v2.X.X, releases/v6.X.X ]
paths:
- 'src/Liquid.Messaging.Kafka/**'
pull_request:
branches: [ main, releases/** ]
types: [opened, synchronize, reopened]
paths:
- 'src/Liquid.Messaging.Kafka/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-reusable-build-workflow:
uses: Avanade/Liquid-Application-Framework/.github/workflows/base-liquid-ci-and-cd.yml@main
with:
component_name: Liquid.Messaging.Kafka
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN_KAFKA }}
nuget_token: ${{ secrets.PUBLISH_TO_NUGET_ORG }}