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