Skip to content

Expose Kafka Consumer & Producer metrics to Metrics Endpoint. Introduce custom error counters for Invalid Txn Payload & Processing Failures #156

Expose Kafka Consumer & Producer metrics to Metrics Endpoint. Introduce custom error counters for Invalid Txn Payload & Processing Failures

Expose Kafka Consumer & Producer metrics to Metrics Endpoint. Introduce custom error counters for Invalid Txn Payload & Processing Failures #156

name: Fabric Integration Tests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: "actions/checkout@v2"
- name: Setup JDK 11
uses: "actions/setup-java@v2"
with:
java-version: '11'
distribution: 'adopt-openj9'
- name: Run integration tests
run: |
chmod +x ./scripts/run-integration-tests.sh
./scripts/run-integration-tests.sh