Skip to content

Commit 4a36289

Browse files
authored
LiveLab 8022 : Lab 4 - Kafka-TEQ code and Load okafka project as library (#326)
* remove logging entries, add ADB-D prod/consumer * docker compose for kafka setup with connect * wip kafka setup script * fix script on error * tests with connect/sync and ADB-S * instructions to obtain and copy libraries required by connector * adjust wallet location * adjust kafka connect dependencies in pom.xml * Bridge Kafka - TEQ : Tests with OKafka Consumer (dequeue) * fix file mod * update db-setup script * WIP Lab4 stuff * WIP Lab4 Script to configure connect sync * [wip] kafka connect stuff -- change dir name * WIP Lab4 Script to configure connect sync * [wip] setup kafka connect sync script * WIP scripts for dequeue teq * WIP fix echoing from script for dequeue teq * WIP Lab4 Script clean up code. * Addressing CVE-2021-22060 vulnerability. Moderate severity Vulnerable versions: >= 5.3.0, < 5.3.14 Patched version: 5.3.14 In Spring Framework versions 5.3.0 - 5.3.13, 5.2.0 - 5.2.18, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries. This is a follow-up to CVE-2021-22096 that protects against additional types of input and in more places of the Spring Framework codebase. * WIP Lab4 - adjust lab automation scripts to provisioning Kafka platform. * wip okafka submodule * add okafka as git submodule * okafka prj as submodule, remove okafka custom * setup wallet user * chnage database setup, add wallet user handle * chnage database setup, add wallet user handle * fix typo in mkstore shell name * wip adjust submodule okafka * fix create user sql script * echo off user creation command * fix sql db user creation issue * fix sql db user creation issue * fix db setup issue * fix db setup issue * fix teq subscriber issue - add scape * fix wallet access mode * fix wallet access mode * code to install graalvm * fix java version * fix graalvm image version * wip wallet add user * wip wallet add pwd * remove test code. * ignoring test material * fixed untracked files * fix wallet set up issue * fix mkstore process * remove okafka submodule * 1. okafka consumer and producer to include pki registry 2. change pom files to include pki dependence 3. add local mvn registry of okafka library * add okafka jar library to project * add okafka jar library to project * fix JAVA_HOME setup issue * fix JAVA_HOME setup issue * remove local app configurations * adj app configurations * adj app configurations
1 parent e08a07f commit 4a36289

File tree

369 files changed

+831
-45295
lines changed

Some content is hidden

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

369 files changed

+831
-45295
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,17 @@ workshops/eventmesh-teq-kafka/.java-version
498498
workshops/eventmesh-teq-kafka/**/deploy/
499499

500500
## Remove Other Local project stuffs
501-
workshops/eventmesh-teq-kafka/cloud-setup/database/
502501
workshops/eventmesh-teq-kafka/cloud-setup/terraform_dbsystem/
502+
workshops/eventmesh-teq-kafka/cloud-setup/database/*.sql
503+
workshops/eventmesh-teq-kafka/cloud-setup/database/wallet-tests/
504+
workshops/eventmesh-teq-kafka/cloud-setup/database/wallet-tests/*
505+
workshops/eventmesh-teq-kafka/cloud-setup/database/wallet-tests/**
503506
workshops/eventmesh-teq-kafka/wallet/
507+
*/**/*_local
508+
!okafka*.jar
509+
510+
##
511+
.classpath
512+
.project
513+
.settings
514+
.factorypath
Binary file not shown.

infra/multi-node-deployment.zip

-32 KB
Binary file not shown.

infra/multi-node-deployment2.zip

-32 KB
Binary file not shown.
Binary file not shown.
-47.5 KB
Binary file not shown.
-19.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)