An open API service indexing awesome lists of open source software.

https://github.com/danilo-assuncao/spring-cloud-stream-kotlin-samples

Spring Cloud Stream Function - Kotlin Samples
https://github.com/danilo-assuncao/spring-cloud-stream-kotlin-samples

avro avro-schema-registry functional-reactive-programming hexagonal-architecture kafka kafka-producer-consumer kotlin reactor-netty spring-cloud-stream spring-cloud-stream-function

Last synced: about 2 months ago
JSON representation

Spring Cloud Stream Function - Kotlin Samples

Awesome Lists containing this project

README

          

# Spring Cloud Stream Reactive Samples
Repository that will contain several examples using the spring-cloud-stream with Kotlin and functional and reactive paradigms.

## Samples
| Name | Description |
| ------ | ------ |
| [kafka-avro-schema-registry](https://github.com/danilo-assuncao/spring-cloud-stream-function-kotlin-sample/tree/master/kafka-avro-shema-registry) | example using spring-cloud-stream with Kafka and using AVRO as a serializer and deserializer. |