Skip to content

Commit 6abb48c

Browse files
committed
Merge remote-tracking branch 'origin/main' into jrinehart/license-year-2026
# Conflicts: # bufstream/iceberg-quickstart/cmd/producer/producer.go # bufstream/iceberg-quickstart/pkg/app/app.go # bufstream/iceberg-quickstart/pkg/csr/csr.go # bufstream/iceberg-quickstart/pkg/kafka/kafka.go # bufstream/iceberg-quickstart/pkg/produce/producer.go # bufstream/iceberg-quickstart/proto/bufstream/demo/v1/demo.proto # protovalidate/bufstream/finish/cmd/bufstream-demo-consume/main.go # protovalidate/bufstream/finish/cmd/bufstream-demo-produce/main.go # protovalidate/bufstream/finish/pkg/app/app.go # protovalidate/bufstream/finish/pkg/consume/consumer.go # protovalidate/bufstream/finish/pkg/csr/csr.go # protovalidate/bufstream/finish/pkg/kafka/kafka.go # protovalidate/bufstream/finish/pkg/produce/producer.go # protovalidate/bufstream/finish/proto/bufstream/demo/v1/demo.proto # protovalidate/bufstream/start/cmd/bufstream-demo-consume/main.go # protovalidate/bufstream/start/cmd/bufstream-demo-produce/main.go # protovalidate/bufstream/start/pkg/app/app.go # protovalidate/bufstream/start/pkg/consume/consumer.go # protovalidate/bufstream/start/pkg/csr/csr.go # protovalidate/bufstream/start/pkg/kafka/kafka.go # protovalidate/bufstream/start/pkg/produce/producer.go # protovalidate/bufstream/start/proto/bufstream/demo/v1/demo.proto
2 parents 312a127 + ec67acc commit 6abb48c

File tree

55 files changed

+14
-4244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+14
-4244
lines changed

.github/workflows/buf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.ref == 'refs/heads/main'
1212
steps:
13-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
1515
with:
1616
input: cli/breaking-change-detection/start
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: github.ref == 'refs/heads/main'
2121
steps:
22-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
2424
with:
2525
input: cli/limit-output-types
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
if: github.ref == 'refs/heads/main'
3030
steps:
31-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
3333
with:
3434
input: cli/linting/finish
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
if: github.ref == 'refs/heads/main'
3939
steps:
40-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
4242
with:
4343
input: cli/workspace/observabilityapi
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
if: github.ref == 'refs/heads/main'
4848
steps:
49-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
5151
with:
5252
input: cli/workspace/observabilitytypes

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1010
- name: Buf Action
1111
uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
1212
with:
@@ -19,7 +19,7 @@ jobs:
1919
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
fetch-depth: 1
2525
submodules: false
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version-file: protovalidate/quickstart-go/finish/go.mod
3030
- name: Install Java
31-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
31+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
3232
with:
3333
distribution: 'temurin'
3434
java-version: '11'

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,12 @@ license-header: $(BIN)/license-header
4747
################################################################################
4848

4949
.PHONY: ci
50-
ci: ci-bsr ci-bufstream ci-protovalidate \
50+
ci: ci-bsr ci-protovalidate \
5151

5252
.PHONY: ci-bsr
5353
ci-bsr:
5454
cd bsr && $(MAKE)
5555

56-
.PHONY: ci-bufstream
57-
ci-bufstream:
58-
cd bufstream/iceberg-quickstart && $(MAKE)
59-
6056
.PHONY: ci-protovalidate
6157
ci-protovalidate:
6258
cd protovalidate && $(MAKE)

bufstream/iceberg-quickstart/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bufstream/iceberg-quickstart/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

bufstream/iceberg-quickstart/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22

33
# Bufstream and Iceberg quickstart
44

5-
This directory contains example code for Bufstream's [Iceberg quickstart][docs].
6-
It walks through the key tasks for creating a local Bufstream and Iceberg environment:
5+
This example has been consolidated into the [Bufstream quickstart][quickstart].
6+
Its code is in the [bufstream-demo][repo] repository.
77

8-
1. Deploying a Docker-based Bufstream environment with local object storage and Iceberg REST catalog.
9-
2. Configuring Bufstream and a topic for Iceberg archival.
10-
3. Running the Iceberg archival process on demand.
11-
4. Querying Iceberg with Apache Spark and a Jupyter Notebook.
12-
13-
Note that the MinIO image within this Docker Compose project is provided by [lithus](https://github.com/golithus/minio-builds). [MinIO ceased publishing public Docker images](https://github.com/minio/minio/issues/21647) in October 2025.
14-
15-
16-
[docs]: https://buf.build/docs/bufstream/iceberg/quickstart/
8+
[quickstart]: https://buf.build/docs/bufstream/quickstart/
9+
[repo]: https://github.com/bufbuild/bufstream-demo

bufstream/iceberg-quickstart/buf.gen.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

bufstream/iceberg-quickstart/buf.lock

Lines changed: 0 additions & 9 deletions
This file was deleted.

bufstream/iceberg-quickstart/buf.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

bufstream/iceberg-quickstart/cmd/producer/producer.go

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)