Skip to content

feat: add opt-in to terminate non-empty topics matching props #31

feat: add opt-in to terminate non-empty topics matching props

feat: add opt-in to terminate non-empty topics matching props #31

Workflow file for this run

---
name: CI
on:
pull_request: {}
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- run: mvn --batch-mode verify
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max