Skip to content

Instantly share code, notes, and snippets.

View dantin's full-sized avatar
🎯
Focusing

David Ding dantin

🎯
Focusing
  • Shanghai
View GitHub Profile
package main
import (
"database/sql"
"flag"
"fmt"
"os"
"os/signal"
"strings"
"sync"
@dantin
dantin / docker-compose.yml
Created January 3, 2018 11:40
wormhole's docker-compose
version: '2'
services:
zookeeper:
# use official zookeeper image
image: zookeeper
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka