isomorphism between fs2-ConsumerRecord and kafka raw ConsumerRecord
See original GitHub issueI try to establish an isomorphism between fs2’s ConsumerRecord and the kafka raw ConsumerRecord: https://github.com/chenharryhua/nanjin/blob/master/codec/src/main/scala/com/github/chenharryhua/nanjin/codec/BitraverseFs2Message.scala#L53
the problem here is the the implementation of fs2 ConsumerRecords’ TimestampType does not carry the timestamp information when it is none
.
My understanding is that the timestamp-type is not related to timestamp so that they might setup independently. Am I missing something?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
ConsumerRecord (kafka 2.1.0 API)
Creates a record to be received from a specified topic and partition (provided for compatibility with Kafka 0.10 before the message format supported...
Read more >Reading Avro data from ConsumerRecord - Cloud - 8.0
When you use ConsumerRecord, the Avro records are classified as Object in Ta... ... Reading and writing Avro data from Kafka using Standard...
Read more >Consume messages in Kafka - Medium
This article will deep dive into the consumption of messages or events using Apache Kafka Consumer. The article is in continuation of my ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vlovgr Thanks. I will think about how Timestamp.unknown looks like and its relationship with Timestamp.none.
Thanks again @chenharryhua! I’ll get a new release out later today.
Fixed by #213.