type MemoryArgs struct {
BufferSize int `help:"Number of events that can be hosted in the backend." env:"BUFFER_SIZE" default:"10000"`
ProduceTimeout time.Duration `help:"Maximum wait time for producing an event to the backend." env:"PRODUCE_TIMEOUT" default:"5s"`
}