conduktor/kafka-stack-docker-compose 1513
docker compose files to create a fully working kafka stack
conduktor/kafka-security-manager 267
Manage your Kafka ACL at scale
simplesteph/grpc-go-course 253
Companion Repository for my gRPC Golang course
simplesteph/ec2-masterclass-sampleapp 129
Master EC2 concepts using this companion application
simplesteph/grpc-java-course 78
Companion Repository for my gRPC Java course
A list about Apache Kafka
simplesteph/docker-kerberos-get-keytab 11
Get a Kerberos Keytab from a User / Password combination
A curated list of useful resources for gRPC
simplesteph/aws-lambda-septime 6
AWS Lambda function to find available bookings at Septime
push eventconduktor/conduktor-coding-challenge
commit sha f6ed7066a33c9444a3142945a6a471dc1548c6bc
Update README.md
push time in 22 minutes
startedsimplesteph/kafka-streams-course
started time in 25 minutes
push eventconduktor/conduktor-coding-challenge
commit sha 0fcc6a79421dea6a8e34c77ed170abab7a906271
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 1bd8008f5a96700623795e6686c3b32b1465a359
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 352470216bdb9d6a7dbc45d2f6e479f48d62c6e6
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 9f5b08b7b3a6e5d87e25405557e1d30d7a2c4b19
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 42ae54d9a75241fd36ca70b56f7d584773e579ac
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 2099628d83e658c4eb37a5f2cdbd456dd830a26a
Update README.md
push time in an hour
push eventconduktor/conduktor-coding-challenge
commit sha 185dbcfd18e1f58f8e46b28c4f4b9b7b93b0e6f8
Update README.md
push time in an hour
pull request commentconduktor/kafka-security-manager
@simplesteph changes done and test passed.
comment created time in a day
push eventconduktor/conduktor-coding-challenge
commit sha 83fc49342181a9520cb35c0104e61d32eb08beb1
Aspects
push time in a day
startedsimplesteph/kafka-beginners-course
started time in a day
Pull request review commentconduktor/kafka-security-manager
docker_push(){ echo "Pushing tag $1 to docker hub" docker tag "conduktor/kafka-security-manager:latest" "conduktor/kafka-security-manager:$1"- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" docker push "conduktor/kafka-security-manager:$1" } -# TRAVIS_TAG: If the current build is for a git tag, this variable is set to the tag’s name.-# TRAVIS_PULL_REQUEST_BRANCH: if the current job is a pull request, the name of the branch from which the PR originated.--if [[ -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then- if [[ -n "$TRAVIS_TAG" ]]; then+if [[ -z "$GITHUB_BASE_REF" ]]; then+ if [[ "$RELEASE_VERSION" == v* ]]; then # Tagging should trigger a release in Docker Hub, that's immutable. echo "git tag action, push the tag"- docker_push "$TRAVIS_TAG-release"- elif [[ "$TRAVIS_BRANCH" == "master" ]]; then+ docker_push "$RELEASE_VERSION-release"+ elif [[ "$RELEASE_VERSION" == "dev" ]]; then # we push to latest when master is built and that's not a pull request echo "master build, push to latest" docker_push "latest"- elif [[ "$TRAVIS_BRANCH" == "v"* ]]; then- # this is a version branch and we push it.- echo "branch build, push to branch-latest"- docker_push "$TRAVIS_BRANCH-latest"+ # elif [[ "$RELEASE_VERSION" == v* ]]; then
will be removed.
comment created time in 2 days
Pull request review commentconduktor/kafka-security-manager
docker_push(){ echo "Pushing tag $1 to docker hub" docker tag "conduktor/kafka-security-manager:latest" "conduktor/kafka-security-manager:$1"- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" docker push "conduktor/kafka-security-manager:$1" } -# TRAVIS_TAG: If the current build is for a git tag, this variable is set to the tag’s name.-# TRAVIS_PULL_REQUEST_BRANCH: if the current job is a pull request, the name of the branch from which the PR originated.--if [[ -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then- if [[ -n "$TRAVIS_TAG" ]]; then+if [[ -z "$GITHUB_BASE_REF" ]]; then+ if [[ "$RELEASE_VERSION" == v* ]]; then # Tagging should trigger a release in Docker Hub, that's immutable. echo "git tag action, push the tag"- docker_push "$TRAVIS_TAG-release"- elif [[ "$TRAVIS_BRANCH" == "master" ]]; then+ docker_push "$RELEASE_VERSION-release"+ elif [[ "$RELEASE_VERSION" == "dev" ]]; then
will be removed, should be == "master"
comment created time in 2 days
PR opened conduktor/kafka-security-manager
This has two CI files one for pull requests with tests only and the other has version tags and master push.
pr created time in 2 days
fork davidgordonca777/kafka-avro-course
Learn the Confluent Schema Registry & REST Proxy
https://www.udemy.com/confluent-schema-registry/?couponCode=GITHUB
fork in 2 days
startedsimplesteph/protobuf-example-java
started time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha 6dfb01d0c301c8ccc0b505c5ee4696f7688dd951
Improve
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha 7e78d2c6c56624f69ff8270b21e20021ef971233
Improve
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha 3188e94d4c4958e0c2708316a4af2c952cd2b659
Rename
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha 0c6e0840ffd885db8ee0629f59f89f80dcaa37d7
Readme
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha 144237a436dfd5db19b995088704c1f0f89c983e
Readme
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha d9490074fd1a189f7445315e0df6881d86ac9475
Readme
push time in 2 days
push eventconduktor/conduktor-coding-challenge
commit sha b65b45af267a077ef4fc2a969ccb582c48dcfa7a
Add new comments section
push time in 2 days
startedsimplesteph/medium-blog-kafka-udemy
started time in 2 days
startedsimplesteph/kafka-beginners-course
started time in 2 days
fork eballestas/AWS-SAA-C02-Study-Guide
How to become a certified AWS Solutions Architect
fork in 2 days
PR opened conduktor/kafka-stack-docker-compose
CI for master branch
pr created time in 3 days