I am new to talend and i am doing a POC to read data from kafka topic and writing to a file.
I am able to subscribe the data through tKafkainput and i can see the messages using tlogrow component. But when writing the output file, only the last message is written. Can you please suggest on appending the messages to the same file.
I'm a bit confused as to why this is happening, but this might help. Open the tFileInputDelimited config and you should see an "Append" tick box. Tick that and try again.