Skip to content

Instantly share code, notes, and snippets.

@jl91
jl91 / kafka-cluster-docker-compose.yml
Created August 7, 2020 04:04 — forked from padusumilli/kafka-cluster-docker-compose.yml
Docker compose with multiple kafka broker and schema registry
version: '3.1'
services:
zookeeper-1:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_SERVER_ID: 1
ZOOKEEPER_CLIENT_PORT: 22181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_INIT_LIMIT: 5
ZOOKEEPER_SYNC_LIMIT: 2
@jl91
jl91 / codebuild.yaml
Created May 25, 2022 01:17 — forked from jeff1evesque/codebuild.yaml
example of artifacts being shared between AWS CodeBuild projects
AWSTemplateFormatVersion: 2010-09-09
Description: >
complete example of artifacts being shared between AWS CodeBuild projects
and AWS CodePipeline stages.
Resources:
CodePipelineRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument: