Skip to content

Commit

Permalink
feat: update fluvio version (#116)
Browse files Browse the repository at this point in the history
Update Fluvio dep and other dependencies. 

Added integration tests for consumer offset support.
  • Loading branch information
galibey authored Apr 24, 2024
1 parent 26b1e83 commit cb9f6dd
Show file tree
Hide file tree
Showing 13 changed files with 1,069 additions and 756 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ concurrency:

on:
workflow_dispatch:
push:
branches:
- staging
- trying
pull_request:
branches:
- main
Expand Down Expand Up @@ -91,24 +87,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y musl-tools
- name: Create fluvio k3d Cluster
uses: AbsaOSS/[email protected]
with:
cluster-name: "fluvio"
args: --timeout 5m

- name: Ensure k3d cluster is ready
run: |
sleep 5
./actions/k3d-check.sh
- name: Install Fluvio Local Cluster
timeout-minutes: 10
uses: infinyon/fluvio@master
with:
cluster-type: k3d
version: stable

cluster-type: local
- name: Setup Rust Cache
uses: Swatinem/rust-cache@v2
with:
Expand All @@ -117,9 +100,6 @@ jobs:
- name: Check Fluvio Installation
run: make test_fluvio_install

- name: Install Fluvio CDK
run: fluvio install cdk --develop

- name: Install Rust ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit cb9f6dd

Please sign in to comment.