Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 275 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 275 Bytes

Custom Transformer with Panic

This is a simple User Defined Source Transformer example which receives a message, changes the message event time to time.Now(), increments the message counter, panics on every count which is a multiple of 500, otherwise returns the message.