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

[DP-1901] - Convert Wurstmeister Kafka image to Bitnami for Kafka-go #1255

Merged
merged 36 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5ea0c8b
[DP-1901] - Convert Wurstmeister Kafka image to Bitnami for Kafka-go
ssingudasu Jan 12, 2024
6120d22
[DP-1901] - removing duplicate env in config
ssingudasu Jan 12, 2024
eda1043
[DP-1901] - adding KAFKA_VERSION
ssingudasu Jan 12, 2024
4484bfe
[DP-1901] - FIXING KAFKA_VERSION
ssingudasu Jan 12, 2024
c327f90
[DP-1901] - minor fixtures to KAFKA_VERSION
ssingudasu Jan 12, 2024
d58dc69
[DP-1901] - minor fixtures in lint
ssingudasu Jan 12, 2024
d72d85d
[DP-1901] - fixing KAFKA_VERSION to 0.10.2.1
ssingudasu Jan 12, 2024
a5b4c89
[DP-1901] - minor fixtures to KAFKA_VERSION
ssingudasu Jan 12, 2024
9c2155b
[DP-1901] - fixing zookeeper connect
ssingudasu Jan 12, 2024
d807919
[DP-1901] - fixing KAFKA_VERSION to 0.10.2.1
ssingudasu Jan 12, 2024
675047b
[DP-1901] - fixing kafka-011
ssingudasu Jan 12, 2024
acebcf6
[DP-1901] - fixing kafka-011 environment
ssingudasu Jan 12, 2024
ea9cccc
[DP-1901] - fixing zookeeper kafka-011
ssingudasu Jan 12, 2024
dbaaebc
[DP-1901] - fixing KAFKA_VERSION kafka-011
ssingudasu Jan 12, 2024
12e43f0
[DP-1901] - fixing KAFKA_VERSION kafka-011
ssingudasu Jan 12, 2024
8ed2955
[DP-1901] - fixing KAFKA_VERSION kafka-011
ssingudasu Jan 12, 2024
2a1ac3c
[DP-1901] - Adding AUTHORIZER kafka-011
ssingudasu Jan 12, 2024
bdbce25
[DP-1901] - reset kafka-011
ssingudasu Jan 12, 2024
ac8a6e0
[DP-1901] - bitnami for kafka-011
ssingudasu Jan 13, 2024
9e0b64c
[DP-1901] - bitnami for kafka-011 zookeeper fixtures
ssingudasu Jan 13, 2024
79f01ff
[DP-1901] - fixtures to circleci and creating docker_compose_versions…
ssingudasu Jan 14, 2024
e4616b2
[DP-1901] - zookeeper fix
ssingudasu Jan 14, 2024
6615962
[DP-1901] - fixtures to circleci. removed unsupported kafka
ssingudasu Jan 18, 2024
95bd46c
[DP-1901] - fixtures to circleci 2.3.1. fixing examples folder
ssingudasu Jan 18, 2024
bd4650a
[DP-1901] - examples docker-compose fix to bitnami
ssingudasu Jan 18, 2024
97cb9c6
[DP-1901] - minor README.md fixtures
ssingudasu Jan 18, 2024
ca3bbca
[DP-1901] - minor README.md fixtures
ssingudasu Jan 18, 2024
a419923
[DP-1901] - minor README.md fixtures
ssingudasu Jan 18, 2024
17c74fc
[DP-1901] - minor README.md fixtures
ssingudasu Jan 19, 2024
ac1a205
[DP-1901] - Grammatical fixtures in README.md
ssingudasu Jan 19, 2024
d8b4cdc
[DP-1901] - Adding support for v281 and v361 in circleci
ssingudasu Jan 22, 2024
a1d728d
[DP-1901] - touch README.md for circleci trigger
ssingudasu Jan 22, 2024
5f02387
[DP-1901] - Creating v361docker and modify circleci
ssingudasu Jan 22, 2024
7e9228b
[DP-1901] - Creating v361 docker and modify circleci
ssingudasu Jan 22, 2024
73938ba
[DP-1901] - touch README.md for circleci trigger
ssingudasu Jan 22, 2024
4ec2448
[DP-1901] - removing v361 from circleci
ssingudasu Jan 22, 2024
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
[DP-1901] - zookeeper fix
  • Loading branch information
ssingudasu committed Jan 14, 2024
commit e4616b2a9e1767b97d08477a0c585feab09bfdab
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
KAFKA_DELETE_TOPIC_ENABLE: 'true'
KAFKA_ADVERTISED_HOST_NAME: 'localhost'
KAFKA_ADVERTISED_PORT: '9092'
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ZOOKEEPER_CONNECT: localhost:2181
KAFKA_LISTENERS: 'PLAINTEXT://:9092,SASL_PLAINTEXT://:9093'
KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://localhost:9092,SASL_PLAINTEXT://localhost:9093'
KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: 'true'
Expand Down