postmannen
cdf660aa07
add NODES.all as jetstream subject, and updated doc
...
added handling of consumed jetstream messages, and fixed a read error with readFolder which sometimes read empty content
newMessagesCh now takes single sam instead of []sams
added jetstream publish channel
2024-11-27 08:34:49 +01:00
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
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
d6335dd3b2
updating packages
2023-04-05 06:20:40 +02:00
postmannen
d0d3ef8b39
initial declaration of slog logger
2023-01-11 06:09:42 +01:00
postmannen
d348ab156f
added initial readfolder
2023-01-08 08:32:58 +01:00
postmannen
98137b1df1
not creating a sub process before we check if it exists
2022-12-26 10:12:45 +01:00
postmannen
11b0444929
up toml pkg to v2, added comments to config file
2022-06-23 09:36:46 +02:00
postmannen
8c1f870d1e
updated bbolt
2022-06-22 09:09:02 +02:00
postmannen
545c111fb2
updated go-toml
2022-06-22 09:07:26 +02:00
postmannen
bc0b38a3bb
updated nats client and cbor
2022-06-22 09:04:53 +02:00
postmannen
a04e96706a
updated prometheus
2022-06-22 05:19:05 +02:00
postmannen
988bd04d7f
limited allocactions for copyReady
2022-06-18 07:35:59 +02:00
postmannen
7e9a7638aa
added message.RetryWait field, upgrader nats-server package
2022-06-17 00:39:15 +02:00
postmannen
0b29cbc6a0
initial new copy methods
2022-06-09 05:29:41 +02:00
postmannen
f50e521743
initial idea for large file copy
2022-06-07 11:52:30 +02:00
postmannen
fac451ec0f
updated yaml package, and removed debug info
2022-05-31 09:44:01 +02:00
postmannen
3bd54d9cfc
fixing race condition
2022-05-16 07:15:38 +02:00
postmannen
f645c03bab
auth concept testing
2022-05-06 07:47:12 +02:00
postmannen
da597575a3
updated nats client to v1.14.0
2022-04-09 06:46:47 +02:00
postmannen
36874c6b98
go.mod go version 1.15->1.18
2022-04-04 06:43:10 +02:00
postmannen
abf612f5e5
added yaml as input format for the unix socket
2022-03-04 13:22:55 +01:00
postmannen
e2c17db5bf
updated nats packages
2022-02-15 15:08:29 +01:00
postmannen
c5d0fda33b
updated nats-server version
2022-01-18 10:23:17 +01:00
postmannen
81740ec901
initial tui working
2022-01-09 09:36:48 +01:00
postmannen
37084768f7
added flag for cbor
2021-12-29 06:17:40 +01:00
postmannen
973842f728
added return if failed gob decoding
2021-12-28 12:08:34 +01:00
postmannen
35b4462cf4
added zstd decoder to subscriber
2021-12-28 12:05:09 +01:00
postmannen
f543127cb6
initiallly implemented compression on publisher
2021-12-27 11:40:29 +01:00
postmannen
bdf587597d
corrected relaying
2021-12-06 14:57:02 +01:00
postmannen
9232fd65d7
updated go.mod
2021-11-24 07:38:40 +01:00
postmannen
883f824325
put back proc active map with mutexes
2021-11-16 10:21:44 +01:00
postmannen
452e3a2e43
checking if we are the the relay host
2021-11-10 12:58:23 +01:00
postmannen
b50cab487c
put in custom prometheus registry
2021-08-18 12:16:21 +02:00
postmannen
8de8044621
more checks
2021-08-13 12:03:30 +02:00
postmannen
898f299e71
created stop function for server
2021-08-09 09:18:30 +02:00
postmannen
f3dc0c78d8
restructured examples
2021-08-05 10:47:12 +02:00
postmannen
410f3ff717
updated with new version of nats
2021-08-02 20:44:51 +02:00
postmannen
44fbaf5e7b
testing out concept for client
2021-06-14 06:49:47 +02:00
postmannen
c18172d233
updated nats version
2021-04-14 14:12:38 +02:00
postmannen
ed74b2e5a1
initial tailing of files seems to work
2021-04-13 11:28:52 +02:00
postmannen
ed00f247ae
unix socket for new mesages, changed naming of channels
2021-03-29 13:36:30 +02:00
postmannen
52a92af20e
renamed the ShellCommand type to CLICommand
2021-03-01 12:16:36 +01:00
postmannen
001b66944e
updated todo list
2021-03-01 10:16:07 +01:00
postmannen
6b59608c82
added initial prometheus exporter
2021-02-18 12:29:14 +01:00
postmannen
993f89e2c6
implemented general store and get to kv store
2021-02-15 11:28:27 +01:00
postmannen
98d5c4b3da
input from file seems to initially work
2021-02-04 13:26:10 +01:00
postmannen
86bfb014b3
changed exported types
2021-02-04 11:46:58 +01:00
postmannen
dc2352cab7
refactoring for reading input from file...and more
2021-02-03 22:08:28 +01:00
postmannen
c8886121b9
checking file for updates and reading content
2021-02-02 13:06:37 +01:00