I’m using CEP (Complex Event Processing) Proton FIWARE Generic Enabler and I've first created a project where I defined a Consumer that outputs certain types of events to a file.
I realised that every time that I need to restart the Java application (ProtonOnWebServer) the output file generated by the Consumer is overwritten. Is this the supposed behaviour or is there any append mode where all the previous events written to the file don’t get lost?