Asim
|
3b56a62589
|
Update the way flags are used
|
2016-01-02 19:12:17 +00:00 |
|
Asim
|
1f1bc27421
|
Make command internal
|
2016-01-02 00:38:57 +00:00 |
|
Asim
|
59a667130c
|
Update help printer
|
2016-01-01 02:45:15 +00:00 |
|
Asim
|
9e7e8742b4
|
Don't need server flag
|
2016-01-01 02:36:47 +00:00 |
|
Asim
|
210b810096
|
Fix the selectors
|
2016-01-01 01:29:40 +00:00 |
|
Asim
|
0d50b2eb32
|
Update top level init
|
2016-01-01 01:16:21 +00:00 |
|
Asim
|
d705d3fe50
|
Merge branch 'master' into micro
|
2015-12-31 18:56:05 +00:00 |
|
Asim
|
851b62c904
|
Merge pull request #34 from micro/options
Public Options so people can actually implement the interfaces
|
2015-12-31 18:19:12 +00:00 |
|
Asim
|
191e835aa9
|
Add extra options to be used by others that need them
|
2015-12-31 18:14:40 +00:00 |
|
Asim
|
64b45f7846
|
Update options to be public. This means people can implement the interfaces and actually use the options
|
2015-12-31 18:11:46 +00:00 |
|
Asim
|
c2154fd5cc
|
Remove the ping
|
2015-12-31 18:11:26 +00:00 |
|
Asim
|
24e6840ea4
|
Merge branch 'master' into micro
|
2015-12-30 21:27:04 +00:00 |
|
Asim
|
bffd55f500
|
Channel rather than mutex to check is closed
|
2015-12-28 19:11:10 +00:00 |
|
Asim
|
10d2ad0de9
|
remove the print statements
|
2015-12-27 01:51:52 +00:00 |
|
Asim
|
d0b2b612f3
|
Fix http broker to allow multiple nodes for subscription, total hack
|
2015-12-27 01:17:53 +00:00 |
|
Asim
|
3dd911fb33
|
Stop recursive loop where its a recursive type
|
2015-12-25 01:06:51 +00:00 |
|
Asim
|
4f15d823c9
|
go fmt
|
2015-12-25 01:06:32 +00:00 |
|
Asim
|
34947f1be7
|
Merge pull request #32 from micro/broker
Update the broker interface to support acking and queue distribution
|
2015-12-24 20:03:24 +00:00 |
|
Asim
|
a941ff8fdb
|
Blurgh compilation issues with main redeclared many times
|
2015-12-24 19:56:40 +00:00 |
|
Asim
|
6ac36e1cf6
|
Fix build
|
2015-12-24 19:52:27 +00:00 |
|
Asim
|
74714876f2
|
Add producer/consumer example with use of queue name for distribution of messages
|
2015-12-24 19:39:37 +00:00 |
|
Asim
|
8f3f0ed4b6
|
Merge pull request #33 from iheitlager/master
Reverse the ping option
|
2015-12-24 11:48:17 +00:00 |
|
Asim
|
c3e9ba6b85
|
Allow setting of actions
|
2015-12-23 22:45:40 +00:00 |
|
Asim
|
1da6de05ee
|
Fix server panic
|
2015-12-23 22:45:32 +00:00 |
|
Ilja Heitlager
|
d747e9b435
|
Reverse the ping option
|
2015-12-23 21:43:49 +01:00 |
|
Asim
|
5e1a618415
|
Screw num handlers, this adds complexity for concurrency which we dont need
|
2015-12-23 20:26:13 +00:00 |
|
Asim
|
6097c3296c
|
Shared queue distribution of messages
|
2015-12-23 20:05:47 +00:00 |
|
Asim
|
536216fd01
|
Fix the rest of the code
|
2015-12-23 19:16:55 +00:00 |
|
Asim
|
02aca819d7
|
Update the broker interface
|
2015-12-23 19:07:26 +00:00 |
|
Asim
|
651e9f8836
|
rename wrap
|
2015-12-23 00:02:42 +00:00 |
|
Asim
|
6226a80e78
|
Print stack when panic
|
2015-12-21 17:18:04 +00:00 |
|
Asim
|
0072b6e8f2
|
actually wait on the signal
|
2015-12-21 01:41:36 +00:00 |
|
Asim
|
4f1a1c6783
|
add ability to set the options
|
2015-12-21 01:13:29 +00:00 |
|
Asim
|
45dcffcaaf
|
Remove default service
|
2015-12-21 01:12:29 +00:00 |
|
Asim
|
cc720dd125
|
update the comment
|
2015-12-20 23:52:58 +00:00 |
|
Asim
|
2c983ef021
|
Experimental top level init
|
2015-12-20 23:50:16 +00:00 |
|
Asim
|
b9898ef45f
|
Add server side codegen example
|
2015-12-19 23:38:46 +00:00 |
|
Asim
|
be43d827c7
|
Add String method to all interfaces
|
2015-12-19 21:56:14 +00:00 |
|
Asim
|
d7b3765c71
|
Allow setting of timeout for registry
|
2015-12-19 18:28:08 +00:00 |
|
Asim
|
539b3d045c
|
Merge pull request #29 from micro/stream
Stream
|
2015-12-19 17:48:02 +00:00 |
|
Asim
|
24d56f0035
|
Update comments in client
|
2015-12-19 16:54:47 +00:00 |
|
Asim
|
310a84d059
|
udpate the examples
|
2015-12-18 21:51:51 +00:00 |
|
Asim
|
3b295b16e7
|
Working bidirectional streaming example
|
2015-12-18 20:28:50 +00:00 |
|
Asim
|
a5be9ca585
|
switchup init
|
2015-12-18 01:21:56 +00:00 |
|
Asim
|
4cba0c57ab
|
Checkpoint the world
|
2015-12-18 01:01:59 +00:00 |
|
Asim
|
6ae48c9f29
|
checkpoint
|
2015-12-17 20:37:35 +00:00 |
|
Asim
|
c73a88e801
|
Merge pull request #28 from micro/mercury
Mercury
|
2015-12-16 10:42:35 +00:00 |
|
Asim
|
1e9b615907
|
update so builds in travis ci
|
2015-12-16 02:23:22 +00:00 |
|
Asim
|
b5903de1aa
|
Update readme
|
2015-12-16 02:20:26 +00:00 |
|
Asim
|
be567a9a2b
|
add mercury example
|
2015-12-16 02:15:20 +00:00 |
|