Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 카프카
- Spring
- kafkastream
- play framework
- Slick
- scala
- enablekafkastreams
- spring-kafka
- schema registry
- confluent
- Elasticsearch
- RabbitMQ
- kafka interactive query
- spring-cloud-stream
- 플레이 프레임워크
- avo
- reactive
- springboot
- Kafka
- kafkastreams
- spring-batch
- gradle
- kafka streams
- statestore
- Elk
- Logstash
- coursera
- scala 2.10
- 한빛미디어
- aws
Archives
- Today
- Total
목록specificrecord (1)
b
Avro GenericRecord,SpecificRecord
GenericRecordFile/String 기반의 Schema 에서 Avro Object를 생성하는 것을 말한다. 이 방법은 runtime 에서 실패할 수 있기 때문에 사용에서는 추천되는 방법은 아니지만, 쉽게 사용 할 수 있는 장점이 있다. Schema{ "type": "record", "namespace": "com.example", "name": "user", "fields": [ { "name": "name", "type": "string" } ] }다시피 GenericRecordBuilder builder = new GenericRecordBuilder(schemaString); builder.set("name", "bistros"); GenericData.Record bistros = bui..
카테고리 없음
2018. 4. 16. 09:47