A kafkaesque room event consumer for the roomserver. (#1)

* A kafkaesque room event consumer for the roomserver.

Implement the main input loop for the roomserver.

It will receive events from a kafkaesque event source and track
where it is in the stream.

It currently does nothing with the events it consumes.
This commit is contained in:
Mark Haines 2017-02-03 13:52:32 +00:00 committed by GitHub
parent a78e0cba8e
commit 41c6a3737e
9 changed files with 341 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
.*.swp
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
bin
pkg
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof