postmannen
2fb43591ce
updated readme
...
removed example for no longer existing relay messages
cleaned up comments
Removed some remaings after REQToFileNACK
Implemented env variables for all flags, and removed config flag. Also added use of .env file.
removed configuration as input argument from all the loggers
replaced logging of new messages in read folder with a logDebug so we don't send those messages to the error kernel
2024-03-27 12:48:17 +01:00
postmannen
c098c623f1
cleaned up no longer used code
2024-03-08 22:55:21 +01:00
postmannen
69995f76ca
updated package info
...
updated references
removed tui client
removed ringbuffer persist store
removed ringbuffer
enabled audit logging
moved audit logging to message readers
disabled goreleaser
update readme, cbor, zstd
removed request type ping and pong
update readme
testing with cmd.WaitDelay for clicommand
fixed readme
removed ringbuffer flag
default serialization set to cbor, default compression set to zstd, fixed race,
removed event type ack and nack, also removed from subject. Fixed file stat error for copy log file
removed remaining elements of the event type
removed comments
renamed toRingbufferCh to samToSendCh
renamed directSAMSCh ro samSendLocalCh
removed handler interface
agpl3 license
added license-change.md
2024-02-07 22:54:50 +01:00
postmannen
6922775107
fixed mutex passed wrongly by value
2023-05-31 09:30:39 +02:00
postmannen
e50d906be3
renabled ringbuffer done channel triggered by persiststore flag
2023-05-30 05:46:02 +02:00
postmannen
7d21af55e7
not terminating publisher services that should run at all times based on timer
2023-01-13 15:09:23 +01:00
postmannen
8c8061dc15
renamed logConsoleOnlyIfDebug to logDebug
2023-01-12 12:03:10 +01:00
postmannen
076abdef71
changed from log package to slog
2023-01-12 12:01:01 +01:00
postmannen
1dbff78c81
replaced log print with slog debug
2023-01-12 07:44:28 +01:00
postmannen
aa925329f7
fixed output of error logging
2023-01-12 07:12:35 +01:00
postmannen
807455119c
Added x/slog for stderr logging
2023-01-11 08:38:15 +01:00
postmannen
215a4c387a
split out start pub/sub process in separate func's
2023-01-11 07:03:01 +01:00
postmannen
f574d768cd
added debug logging for received nack/ack messages
2023-01-06 08:32:42 +01:00
postmannen
eced76a85c
initially removed dependency to NACK/ACK event type
2023-01-05 01:55:52 +01:00
postmannen
75126ce977
fixed double printing of successful send for NACK messages
2023-01-04 09:37:33 +01:00
postmannen
6a97d86ca0
removed done channel when publishing, and added make chan when creating sam
2023-01-04 09:14:04 +01:00
postmannen
2eff3c9cd3
restructured sync when publishing messages
2023-01-03 11:41:18 +01:00
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