Commit Graph

22 Commits

Author SHA1 Message Date
R. Tyler Croy ed5c155e52
Include the shadowJar in our archives configuration for release 2015-09-03 08:58:59 -07:00
R. Tyler Croy cf98dd2717
Document the usage a bit more
Fixes #17
2015-09-03 08:51:50 -07:00
R. Tyler Croy 20d90058e9
Add support for generating the shadowJar
Currently this doesn't properly pick up the configuration file from within the
archive so the topics/brokers pages will break if you don't pass in:
    -Dzookeepers=localhost:2181
2015-09-03 08:27:12 -07:00
R. Tyler Croy 48cb3ac459
Starting to clean up KafkaService so it's less dependent on a global CuratorPool 2015-09-03 08:26:15 -07:00
R. Tyler Croy 4dc819f884
Add logback for logging
Fixes #15
2015-09-02 06:59:45 -07:00
R. Tyler Croy 9e23d4f9b6
Tweak our version ranges to be more clearly defined 2015-09-02 06:17:59 -07:00
R. Tyler Croy 0410ce6fc5
Allow overriding the zookeepers property at runtime 2015-09-02 06:12:09 -07:00
R. Tyler Croy c537512616
Download sources when using the intellij plugin 2015-09-02 04:52:17 -07:00
R. Tyler Croy 0454b61371
Move offtopic.gradle to build.gradle
Not clear why this was set up like this o_O
2015-09-02 04:51:46 -07:00
Aaron J. Zirbes 7540c53571 updating to recommended gradle build format 2015-06-05 11:21:27 -05:00
R. Tyler Croy 802c510339 Add bintray plugin for uploading archives
Fixes #21
2014-12-13 18:00:26 -08:00
R. Tyler Croy 6784611cff Drop in a ZK dependency to deal with dependency issues I was having
With ZK 3.4.6 which was the default dependency we were pulling in before this
would happen:

   java.lang.NoClassDefFoundError: org/apache/zookeeper/Watcher
       at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
       at java.lang.Class.privateGetPublicMethods(Class.java:2894)
       at java.lang.Class.getMethods(Class.java:1607)
       at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46)
       at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33)
       at org.codehaus.groovy.classgen.asm.BytecodeHelper.box(BytecodeHelper.java:602)
       at offtopic.curator.CuratorClient.<init>(CuratorClient.groovy:14)
       at offtopic.curator.CuratorClientInitializationSpec.with a valid String(CuratorClientSpec.groovy:23)
   Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.Watcher
       at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
       at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
       ... 8 more
2014-12-13 17:44:19 -08:00
Ron Kuris 09bbb55fb1 Use slf4j simple logger to get logs to stdout
Logs were heading over to log4j before this; were they getting lost?
2014-12-01 21:52:52 -08:00
Ron Kuris 9d5c551781 Ratpack requires Java 1.8 2014-12-01 21:31:53 -08:00
R. Tyler Croy 18ef7b8219 Add some requirements and features to the readme 2014-11-25 13:09:34 -08:00
R. Tyler Croy 5b1574097d Wrap the message content in a pre-scrollable to make sure it doesn't obliterate the screen real estate 2014-11-25 10:53:40 -08:00
R. Tyler Croy 183f429ebd Make zookeeper hosts configurable, consumerIds random and a few more improvements
Slowly moving towards the OfftopicClient to hold state and configuration around
websocket connections

Fixes #4
Fixes #3
2014-11-24 17:52:15 -08:00
R. Tyler Croy 97583ccf8f Add the screenshot to the README 2014-11-23 21:10:57 -08:00
R. Tyler Croy 3665149fb3 Start fetching information from zookeeper on load of the main page 2014-11-23 15:49:48 -08:00
R. Tyler Croy 558719abdb Committing some experimenting before I mess it all up again.
Current thinking is that I need to implement a CuratorClient object pool which
will make it easier to pluck objects for Ratpack handlers
2014-11-23 15:12:56 -08:00
R. Tyler Croy eb90992c11 Add some spock and groovy dependencies for some unit tests 2014-11-23 12:41:38 -08:00
R. Tyler Croy 25b50428db Add a simple build.gradle and ratpack handler to get us started with 2014-11-23 10:11:42 -08:00