implemented reading and embedding the content of a local file with {{CTRL_FILE}}
fixed error with not found filename in copy test, remove debug logs
seedfile: removed deletion, and changed file permissions to 600
created flags for profiling
renamed startup.subscriber to startup.startProcess
created a separate method for helloPublisher
removed processKind, og removed not needed file check in copy request
removed sams from channels
removed publisher channel on subject, and messages to publish are now directly published from the newMessagesCh
removed no longer needed compression and serialization flags.
all messaging are using zstd for compression, and cbor for serializing
added functions for handling cbor serializing and zstd compression, and swapped out json marshaling of jetstream message data with cbor and zstd
added flag for max jetstream messages to keep on broker per subject
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
commit 2a5cb441ff8c3f3f4404c49188c16afdb701cd42
Author: postmannen <postmannen@gmail.com>
Date: Tue Nov 19 06:46:58 2024 +0100
updated doc
commit a97d2dd4fd162a45dcf8f80d833a31bdc7e0b817
Author: postmannen <postmannen@gmail.com>
Date: Tue Nov 19 06:25:57 2024 +0100
renamed the various naming for channels where new messages are put to newMessagesCh
commit 3c840eb718358bb55d9e1c58692517e4bbbb5f4d
Author: postmannen <postmannen@gmail.com>
Date: Tue Nov 19 05:08:55 2024 +0100
Restructured configuration, and added a StartProcesses struct for the flags that are for starting processes
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
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