Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update laminarjs and make into independent org #1

Merged
merged 40 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7ef8bff
Update to yarn 4.0.5
ivank Nov 14, 2023
7614c90
Update pg-boss
ivank Nov 14, 2023
b4bda1b
Update pg
ivank Nov 14, 2023
72b3127
Bump patch updates
ivank Nov 14, 2023
c496283
Update lru cache
ivank Nov 14, 2023
8c329e3
Update CSV and add laminar-avro
ivank Nov 15, 2023
25d8c06
Update minor versions
ivank Nov 15, 2023
39b2582
Update jwt
ivank Nov 15, 2023
5c0702b
Update cookie types
ivank Nov 15, 2023
67630e9
Updated uuid
ivank Nov 15, 2023
c0ec343
Update axios
ivank Nov 15, 2023
344e11e
Update ts retry primise
ivank Nov 15, 2023
4742228
Update yaml
ivank Nov 15, 2023
17cd042
Update kafka
ivank Nov 15, 2023
a55fec2
Update commander
ivank Nov 15, 2023
443c0dc
Update prettier
ivank Nov 15, 2023
9075329
Update openapi types
ivank Nov 15, 2023
785659f
update typescript
ivank Nov 15, 2023
1507854
update docs
ivank Nov 15, 2023
487ff6b
Update kafka
ivank Nov 15, 2023
0814db1
Move to @laminar
ivank Nov 16, 2023
959590c
Add github action
ivank Nov 16, 2023
89129e7
Fix github action
ivank Nov 16, 2023
3fb5669
Fix test
ivank Nov 16, 2023
32498c6
Attempt smaller test
ivank Nov 16, 2023
f2c39ff
Fix test for github actions
ivank Nov 16, 2023
41e37c2
Fix test for github actions
ivank Nov 16, 2023
55decf7
Fix test for github actions
ivank Nov 16, 2023
99530e8
Fix test for github actions
ivank Nov 16, 2023
569768d
Fix test for github actions
ivank Nov 16, 2023
f5371fd
Fix test for github actions
ivank Nov 16, 2023
ce1e1c7
Fix test for github actions
ivank Nov 16, 2023
7a32d04
Add release
ivank Nov 16, 2023
4b0f4a1
Change to an available org
ivank Nov 16, 2023
b07045e
Fix
ivank Nov 16, 2023
a1b24e2
Move to laminarjs
ivank Nov 16, 2023
8d524b9
Attempt to fix github actions
ivank Nov 16, 2023
9e3d445
Attempt to fix github actions
ivank Nov 16, 2023
23ec936
Attempt to fix github actions
ivank Nov 16, 2023
8aa601c
Update deprecated set-output
ivank Nov 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update kafka
  • Loading branch information
ivank committed Nov 15, 2023
commit 487ff6baa48037bb70b160b95137cc8562a69aa1
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

8 changes: 6 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ services:
- ./packages/laminar-fixtures/init.sql:/docker-entrypoint-initdb.d/laminar-fixtures.sql

zookeeper:
image: confluentinc/cp-zookeeper:6.2.0
image: confluentinc/cp-zookeeper:7.4.3
ports:
- '2181:2181'
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000

kafka:
image: confluentinc/cp-kafka:6.2.0
image: confluentinc/cp-kafka:7.4.3
healthcheck:
test: ['CMD', 'curl', '-f', 'http://zookeeper:2181']
depends_on:
- zookeeper
ports:
Expand Down Expand Up @@ -59,6 +61,8 @@ services:
- registry
depends_on:
- kafka
healthcheck:
test: ['CMD', 'curl', '-f', 'http://kafka:9092']
ports:
- '8081:8081'
environment:
Expand Down
33 changes: 24 additions & 9 deletions examples/comms/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

zookeeper:
image: confluentinc/cp-zookeeper:5.2.2
image: confluentinc/cp-zookeeper:7.4.3
ports:
- 2181:2181
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:5.5.3
image: confluentinc/cp-kafka:7.4.3
healthcheck:
test: ['CMD', 'curl', '-f', 'http://zookeeper:2181']
depends_on:
- zookeeper
ports:
Expand All @@ -34,13 +36,26 @@ services:
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:9092,PLAINTEXT_HOST://localhost:29092

schema-registry:
image: confluentinc/cp-schema-registry:5.5.3
karapace-registry:
image: ghcr.io/aiven/karapace:develop
entrypoint:
- /bin/bash
- /opt/karapace/start.sh
- registry
depends_on:
- zookeeper
- broker
- kafka
healthcheck:
test: ['CMD', 'curl', '-f', 'http://kafka:9092']
ports:
- 8081:8081
- '8081:8081'
environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
KARAPACE_ADVERTISED_HOSTNAME: karapace-registry
KARAPACE_BOOTSTRAP_URI: kafka:9092
KARAPACE_PORT: 8081
KARAPACE_HOST: 0.0.0.0
KARAPACE_CLIENT_ID: karapace
KARAPACE_GROUP_ID: karapace-registry
KARAPACE_MASTER_ELIGIBITY: 'true'
KARAPACE_TOPIC_NAME: _schemas
KARAPACE_LOG_LEVEL: WARNING
KARAPACE_COMPATIBILITY: FULL
33 changes: 24 additions & 9 deletions examples/data-loader/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

zookeeper:
image: confluentinc/cp-zookeeper:5.2.2
image: confluentinc/cp-zookeeper:7.4.3
ports:
- 2181:2181
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:5.5.3
image: confluentinc/cp-kafka:7.4.3
healthcheck:
test: ['CMD', 'curl', '-f', 'http://zookeeper:2181']
depends_on:
- zookeeper
ports:
Expand All @@ -34,13 +36,26 @@ services:
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:9092,PLAINTEXT_HOST://localhost:29092

schema-registry:
image: confluentinc/cp-schema-registry:5.5.3
karapace-registry:
image: ghcr.io/aiven/karapace:develop
entrypoint:
- /bin/bash
- /opt/karapace/start.sh
- registry
depends_on:
- zookeeper
- broker
- kafka
healthcheck:
test: ['CMD', 'curl', '-f', 'http://kafka:9092']
ports:
- 8081:8081
- '8081:8081'
environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
KARAPACE_ADVERTISED_HOSTNAME: karapace-registry
KARAPACE_BOOTSTRAP_URI: kafka:9092
KARAPACE_PORT: 8081
KARAPACE_HOST: 0.0.0.0
KARAPACE_CLIENT_ID: karapace
KARAPACE_GROUP_ID: karapace-registry
KARAPACE_MASTER_ELIGIBITY: 'true'
KARAPACE_TOPIC_NAME: _schemas
KARAPACE_LOG_LEVEL: WARNING
KARAPACE_COMPATIBILITY: FULL