Skip to content

Instantly share code, notes, and snippets.

View renexu's full-sized avatar

Rene Xu renexu

  • eBay
  • Vancouver
  • 03:44 (UTC -07:00)
View GitHub Profile
@renexu
renexu / kafka
Last active September 21, 2016 05:21 — forked from superscott/kafka
Simple Kafka Ubuntu init.d Startup Script
#! /bin/sh
### BEGIN INIT INFO
# Provides: kafka
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: A high-throughput distributed messaging system.
# Description: Kafka is a distributed, partitioned, replicated commit log service.