watermill icon indicating copy to clipboard operation
watermill copied to clipboard

Add generic jsonendpoint adapter

Open dkotik opened this issue 2 years ago • 0 comments

Package jsonendpoint provides a generic adapter that converts a validated JSON request into a [message.Message] published to a certain topic. Use together with an HTTP router to build gateways to any [message.Publisher].

Had to bump Golang version to 1.18 in the go.mod file to support generics.

This is my first contribution.

dkotik avatar Feb 03 '23 15:02 dkotik