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 |
Tags
- schema registry
- 플레이 프레임워크
- aws
- 한빛미디어
- confluent
- Elk
- spring-batch
- spring-kafka
- springboot
- RabbitMQ
- statestore
- kafkastream
- Kafka
- scala 2.10
- kafka streams
- spring-cloud-stream
- reactive
- kafkastreams
- enablekafkastreams
- Spring
- avo
- play framework
- kafka interactive query
- Logstash
- Slick
- 카프카
- Elasticsearch
- gradle
- scala
- coursera
Archives
- Today
- Total
목록genericrecord (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