Skip to content

Commit fde9ad3

Browse files
authored
update (#1)
* airlock sync (#1) * airlock sync * empty commit * Update docker-compose.plaintext.proxy.yml * Update docker-compose.plaintext.yml * Update docker-compose.plaintext.backup-and-restore.yml * Update docker-compose.plaintext.proxy.backup-and-restore.yml * Update connect-onprem-to-cloud.sh * Update connect-onprem-to-cloud-avro.sh * Update connect-onprem-to-cloud-avro-with-sr-basic-auth.sh * Update cli_function.sh * Update get-number-records.sh * Update heap-dump.sh * Update snippets.sh * Update create-or-update.sh * Update bashly.yml * Features3 (#4) * reproduction-models * fix self certs * 2.00.076.00.20240701.1 * wip (#5) * update * bump to 3.24.4 * fix for jdk17 * fix schema * cleanup pushtopic * Add HTTP Sink V2 Fully Managed example vdesabou#5885 * wip (#6) * minor * minor * delete topic * Add HTTP Source V2 Fully Managed example vdesabou#5884 * sleep 60 * fix * wip (#7) * debug * MyLeadPushTopicsV2 * wip * 7.7.1 * playground connector show-lag * wip (#8) * doing auth again * 3.25.1 * wip * wip * jdk 17 fix * 16092024 2 (#9) * Add example for jsonata vdesabou#5756 * check does not work with CI for some reasons, only relying on lag * Issue with adding tcpdump vdesabou#5917 * wip (#10) * separate name for cloud * delete * Add Google Cloud Functions Gen 2 Sink Connector vdesabou#5869 * update (#12) * 26092024 2 (#13) * Add --initial-state option to "playground connector create-or-update" vdesabou#5929 * faker location * wip (#14) * 3.5.3 * playground connector show-lag issue when used with --environment ccloud example vdesabou#5943 * remove connect-jms-sag-um-source and connect-jms-sag-um-sink examples as Docker image is no longer provided by SAG vdesabou#5949 * wip * wip (#15) * vdesabou#5187 * delete retry * test * wip * Add custom connector example for Tabular Iceberg sink vdesabou#5971 * minor * topic produce: make nb_max_messages_to_generate configurable vdesabou#5976 * fix on linux
1 parent a324a9d commit fde9ad3

File tree

1,367 files changed

+49412
-15399
lines changed

Some content is hidden

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

1,367 files changed

+49412
-15399
lines changed

.devcontainer/Dockerfile

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

.devcontainer/devcontainer.json

Lines changed: 88 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,96 @@
11
{
22
"name": "kafka-docker-playground",
33
"build": {
4-
"dockerfile": "Dockerfile"
4+
"dockerfile": "../.gitpod.Dockerfile"
55
},
6-
"settings": {
7-
"terminal.integrated.defaultProfile.linux": "zsh",
8-
"terminal.integrated.profiles.linux": {
9-
"bash": {
10-
"path": "bash",
11-
"icon": "terminal-bash"
12-
},
13-
"zsh": {
14-
"path": "zsh"
15-
}
16-
}
6+
"features": {
7+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
178
},
18-
"remoteEnv": {
19-
"PATH": "${containerEnv:PATH}:/workspaces/kafka-docker-playground/scripts/cli",
20-
"C3_PORT": "9023"
9+
"remoteUser": "gitpod",
10+
"containerUser": "gitpod",
11+
"workspaceFolder": "/workspace/kafka-docker-playground",
12+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace/kafka-docker-playground,type=bind",
13+
"forwardPorts": [
14+
9999,
15+
9092,
16+
10000,
17+
29092,
18+
8083,
19+
5005,
20+
10002,
21+
9021,
22+
8081,
23+
10001,
24+
8088,
25+
10003
26+
],
27+
"portsAttributes": {
28+
"10000": {
29+
"label": "Port 10000",
30+
"onAutoForward": "ignore",
31+
"elevateIfNeeded": true
32+
},
33+
"10001": {
34+
"label": "Port 10001",
35+
"onAutoForward": "ignore",
36+
"elevateIfNeeded": true
37+
},
38+
"10002": {
39+
"label": "Port 10002",
40+
"onAutoForward": "ignore",
41+
"elevateIfNeeded": true
42+
},
43+
"10003": {
44+
"label": "Port 10003",
45+
"onAutoForward": "ignore",
46+
"elevateIfNeeded": true
47+
},
48+
"29092": {
49+
"label": "Port 29092",
50+
"onAutoForward": "ignore",
51+
"elevateIfNeeded": true
52+
},
53+
"5005": {
54+
"label": "Port 5005",
55+
"onAutoForward": "ignore",
56+
"elevateIfNeeded": true
57+
},
58+
"8081": {
59+
"label": "Port 8081",
60+
"onAutoForward": "ignore",
61+
"elevateIfNeeded": true
62+
},
63+
"8083": {
64+
"label": "Port 8083",
65+
"onAutoForward": "ignore",
66+
"elevateIfNeeded": true
67+
},
68+
"8088": {
69+
"label": "Port 8088",
70+
"onAutoForward": "ignore",
71+
"elevateIfNeeded": true
72+
},
73+
"9021": {
74+
"label": "Port 9021",
75+
"onAutoForward": "notify",
76+
"elevateIfNeeded": true
77+
},
78+
"9092": {
79+
"label": "Port 9092",
80+
"onAutoForward": "ignore",
81+
"elevateIfNeeded": true
82+
},
83+
"9999": {
84+
"label": "Port 9999",
85+
"onAutoForward": "ignore",
86+
"elevateIfNeeded": true
87+
}
2188
},
22-
"forwardPorts": [9023],
23-
"features": {
24-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
25-
"ghcr.io/mikaello/devcontainer-features/modern-shell-utils:1": {},
26-
"ghcr.io/devcontainers-contrib/features/fzf:1": {},
27-
"ghcr.io/devcontainers-contrib/features/starship:1": {},
28-
"ghcr.io/devcontainers/features/java:1": {
29-
"version": "none",
30-
"installGradle": "false",
31-
"installMaven": "true"
32-
}
89+
"customizations": {
90+
"vscode": {
91+
"extensions": [
92+
"ms-azuretools.vscode-docker"
93+
]
94+
}
3395
}
3496
}

.github/release-notes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
sections:
3+
- title: "🌟 Enhancements"
4+
labels: ["enhancement"]
5+
- title: "🐛 Bugs"
6+
labels: ["bug"]

0 commit comments

Comments
 (0)