Custom webhook for scala stream collector

Hi,

I’d like to create a custom webhook ingesting my custom events (JSON) and pushing them to scala stream collector. What is the best starting point? How can I make it investing the least effort?

Piotr

Hi @goliasz - the path of least resistance here would be to make your custom events self-describing JSONs and then pipe them into the Scala Stream Collector on the Iglu webhook adapter path:

Let us know how you get on!

Looks good to me! Thanks!