Asim Aslam
e1a1f1c0f0
add wait option
2017-05-31 19:47:50 +01:00
Asim Aslam
f7a9207c7a
wait for subscribers to complete
2017-05-31 19:47:41 +01:00
Asim Aslam
2ee22f5336
strip init of wg
2017-05-31 19:35:16 +01:00
Asim Aslam
276a0118da
be pedantic
2017-05-31 19:33:11 +01:00
Asim Aslam
726793b6fa
Wait for requests to finish before closing transport
2017-05-31 19:21:41 +01:00
Asim Aslam
a7312f5c7e
log panics
2017-05-16 19:14:00 +01:00
Asim Aslam
5bce20627f
Switch that back to Fatal since we've added the convenience method
2017-05-12 15:14:54 +01:00
Asim Aslam
bab586b71e
make use of micro/go-log
2017-05-11 20:43:42 +01:00
Asim Aslam
238c99d228
rename file to please the OCD gods
2017-01-12 20:38:43 +00:00
Asim Aslam
a9889730d6
move addr extractor to misc
2017-01-12 13:20:34 +00:00
Asim Aslam
d606d00f35
superfluous logging
2016-12-15 20:45:27 +00:00
Asim Aslam
71d717a06d
strip doc.go files
2016-12-14 15:41:48 +00:00
Asim
a36e042983
We don't need numcalls, save us a mutex lock
2016-11-01 19:40:36 +00:00
Asim
15f19b700f
Use struct tags if available
2016-07-30 19:01:42 +01:00
Asim
739b094cd2
Merge branch 'master' into pool
2016-06-06 14:06:03 +01:00
Asim
93c1ae6221
Add debug stats handler
2016-05-28 22:30:47 +01:00
Asim
7a5a9013ef
move the option
2016-05-26 20:43:05 +01:00
Asim
ee3ae89ca8
naming nitpick
2016-05-26 20:25:00 +01:00
Asim
8245390b5a
Support endpoint metadata
2016-05-26 18:01:02 +01:00
Asim
1254a87286
Add package comments
2016-05-24 22:22:46 +01:00
Asim
2e9f4271a8
Pool first attempt
2016-05-13 15:58:53 +01:00
Asim
8c8573426c
Add cascading timeouts
2016-05-12 23:32:58 +01:00
Asim
aea81315d0
Change QueueName to Queue
2016-05-10 10:55:18 +01:00
Asim
decb70b97c
Response type for Stream is an interface
2016-04-26 15:52:08 +01:00
Asim
ca91a8383e
Add mock server
2016-04-16 00:02:55 +01:00
Asim
bfe20d81d0
More linting fun
2016-04-06 18:03:27 +01:00
Asim
2f50c74f41
Satisfy the golint gods a little
2016-04-06 17:53:16 +01:00
Asim
fe4362be5a
Merge pull request #57 from micro/log
...
remove use of glog
2016-03-15 20:56:11 +00:00
Asim
d1eae8fabe
remove use of glog
2016-03-14 11:01:10 +00:00
Asim
71764564e7
Add packages for the defaults
2016-03-14 10:45:38 +00:00
Asim
1adcb237d9
Only log registering if not registered
2016-02-27 22:14:25 +00:00
Asim
8e61057bc9
Allow init of wrappers and name. Set server.name for rpc request
2016-02-18 18:08:43 +00:00
Asim
8cd906e75e
Set TTL on first registration of http broker. Also dont resubscribe
2016-02-15 22:20:54 +00:00
Asim
6b7f2f3bd3
Merge pull request #45 from micro/metadata
...
Move context to metadata
2016-01-28 18:30:53 +00:00
Asim
1cc621e2d6
FromContext/NewContext methods
2016-01-28 18:23:24 +00:00
Asim
d306559d8f
Nitpick Headers to Header
2016-01-28 18:11:13 +00:00
Asim
9ae0956cea
Move context to metadata
2016-01-28 17:55:28 +00:00
Asim
013d1de2c4
Prefer RegisterTTL set through Init
2016-01-27 12:23:18 +00:00
Asim
5ec9d561a6
meh
2016-01-26 23:32:27 +00:00
Asim
51d2ce2b4f
Support setting subscriber queue name
2016-01-22 21:48:43 +00:00
Asim
93ea171b31
We need the right sequence number for the stream
2016-01-21 01:03:27 +00:00
Asim
fb25558142
Merge pull request #42 from micro/internal_handler
...
Add implementation for internal handlers and subscribers.
2016-01-08 15:00:53 +00:00
Asim
f812613973
Add implementation for internal handlers and subscribers. They are not advertised to discovery
2016-01-08 14:02:32 +00:00
Jelmer Snoeck
3cefc39aff
Debug: use the DebugHandler interface.
...
Without specifying the interface, DefaultDebugHandler has to be of type
*"github.com/micro/go-micro/server/debug".debug.
2016-01-07 10:15:30 +00:00
Asim
76918fc703
Make the debug handler an actual thing that can be set by users
2016-01-06 19:24:54 +00:00
Asim
66107fd304
Merge pull request #36 from jelmersnoeck/extendable-health-checker
...
DebugHandler: add default health checker.
2016-01-06 17:14:59 +00:00
Jelmer Snoeck
0d749eb732
DebugHandler: add default health checker.
...
By using a DefaultHealthChecker - as with a DefaultName, DefaultServer,
... - it is possible to overwrite the default implementation. This means
we can now do extra actions in our health check that is necessary for
the applications specific needs.
2016-01-06 17:05:22 +00:00
Asim
8bf72a3325
Replace map[string]string with Context for extra options. map[string]string is essentially useless. Context can store anything
2016-01-06 16:25:12 +00:00
Asim
f467902304
update the example to message the naming of code generated protos
2016-01-06 12:37:35 +00:00
Asim
3e84c23591
Tell me what the registry is too
2016-01-04 23:27:44 +00:00