1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

163 commits

Author SHA1 Message Date
postmannen
5865ad3701 using the same message ID locally as in the ringbuffer 2022-12-31 07:31:18 +01:00
postmannen
9e378295df restructured errors and retryWait in messageDeliverNats 2022-12-30 11:54:10 +01:00
postmannen
5c5f8100d0 made ACK/NACK selection more clear 2022-12-29 22:49:47 +01:00
postmannen
c12cf70620 handling of indivdual messages are now done in it's own goroutine, changed logic for ACK msg retries 2022-12-29 07:53:25 +01:00
postmannen
709bd219f7 stopping started tickers 2022-12-26 10:52:43 +01:00
postmannen
27b762e69b added debug logging for sending nats messages 2022-12-21 08:12:41 +01:00
postmannen
82303510cf removed gauge vector for sub processes 2022-11-30 06:18:19 +01:00
postmannen
b125e75094 fixed linter warnings 2022-10-05 09:24:49 +02:00
postmannen
0249a86040 fixed debug logging 2022-10-05 09:16:22 +02:00
postmannen
3458e655c0 fixed proper stop and removal of subscriber procs 2022-06-23 11:40:17 +02:00
postmannen
bcc5eb35b6 removed pub sleep which kept allocs for too long. 2022-06-22 05:31:40 +02:00
postmannen
c6013a2968 fixed race+allocation in copySrcSubProcFunc 2022-06-22 05:03:11 +02:00
postmannen
93a61d8ef3 tested flushing nats.Conn 2022-06-21 10:40:32 +02:00
postmannen
c8e5dd6904 fixed calling executeHandler() for startup folder messages 2022-06-20 13:34:20 +02:00
postmannen
87b0d71a25 schedule all request types seems to initially work 2022-06-20 12:28:28 +02:00
postmannen
113481775c initial scheduler implementation 2022-06-20 11:17:23 +02:00
postmannen
6c900296c9 defering subReply.Unsubscribe 2022-06-18 08:12:14 +02:00
postmannen
efc5df5b16 logging and comments 2022-06-18 00:15:18 +02:00
postmannen
b1bcefb949 terminating subproc publishers if inactive for given amount of time 2022-06-18 00:03:25 +02:00
postmannen
74f38e9ba2 defered closing of subscrybe sync 2022-06-17 09:54:20 +02:00
postmannen
c5d6ea0cb7 subscribers, added handling of individual error types 2022-06-17 08:22:19 +02:00
postmannen
7e9a7638aa added message.RetryWait field, upgrader nats-server package 2022-06-17 00:39:15 +02:00
postmannen
b8a2d3d5e7 removed copyFile<from/to> and relay request types 2022-06-16 23:32:44 +02:00
postmannen
1895fcb398 Changed message logic to handle REQSub sub requests 2022-06-14 07:05:38 +02:00
postmannen
537e7886dd added handler to type process 2022-06-11 06:30:58 +02:00
postmannen
680cb1f4dd moved naming of process into newProcess 2022-06-09 10:18:09 +02:00
postmannen
8887fd4c2f turned off escaping when saving acl to file, cleaned up acl debug to console, acl distribution and verification seems to work 2022-06-02 06:29:37 +02:00
postmannen
da1ab140c1 disabled keys push update.. for now. 2022-05-31 11:05:21 +02:00
postmannen
592425d53c refactored calling the handler for subscribers 2022-05-30 06:25:15 +02:00
postmannen
0c7ec3a5b0 acl verification seems to initially work 2022-05-28 07:10:19 +02:00
postmannen
93c1ccda4b signature check working 2022-05-27 12:17:15 +02:00
postmannen
690d11194b persistent store of keys on node 2022-04-21 13:21:36 +02:00
postmannen
dc3186285d added nats queue groups subscriber 2022-04-07 21:43:00 +02:00
postmannen
b669dc537c initial key distribution testing 2022-04-07 09:34:06 +02:00
postmannen
5c55178e34 refactoring server injection 2022-04-01 09:21:50 +02:00
postmannen
86b3ef9e96 added metrics to process 2022-04-01 08:51:14 +02:00
postmannen
56b432f402 cleaned up errorKernel references 2022-04-01 08:43:14 +02:00
postmannen
f0c84f48db injected server directly procs 2022-04-01 07:09:55 +02:00
postmannen
13fd48843d removed procfunc type definition 2022-03-31 14:57:30 +02:00
postmannen
3386a1d12c removed debug printing 2022-03-24 05:56:23 +01:00
postmannen
a0d5be3580 zstdConcurrency=1, added publish messages ctx 2022-03-09 14:06:56 +01:00
postmannen
596b7e818c starting publishAMessage as a go routine 2022-03-09 07:40:22 +01:00
postmannen
d6f7bd1048 added timeout when no responders available 2022-03-09 07:11:48 +01:00
postmannen
f2f7be5c11 removed not needed comments 2022-02-18 11:13:54 +01:00
postmannen
29c0ab8c52 added debug for fromNode on received nats messages 2022-02-18 10:46:26 +01:00
postmannen
7e71064adf replaced log statements with errorKernel logger 2022-02-18 09:51:11 +01:00
postmannen
c94213fe36 removed log statements from process.go 2022-02-18 06:17:06 +01:00
postmannen
209fb572be added fromNode to the nats header 2022-02-18 05:22:53 +01:00
postmannen
34c30d492d removed debug printing 2022-02-17 13:01:21 +01:00
postmannen
cd348b5a0c debugging gob encoding 2022-02-17 08:14:56 +01:00