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
- Host: GitHub
- URL: https://github.com/danilo-assuncao/spring-cloud-stream-kotlin-samples
- Owner: danilo-assuncao
- Created: 2020-08-31T13:59:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-20T12:46:24.000Z (8 months ago)
- Last Synced: 2025-08-20T14:43:56.624Z (8 months ago)
- Topics: avro, avro-schema-registry, functional-reactive-programming, hexagonal-architecture, kafka, kafka-producer-consumer, kotlin, reactor-netty, spring-cloud-stream, spring-cloud-stream-function
- Language: Kotlin
- Homepage:
- Size: 31.3 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |