mr-git commented on PR #21412: URL: https://github.com/apache/kafka/pull/21412#issuecomment-4518367795
Just a curiosity - how from FQDN and content of `org.apache.kafka.common.record.RecordBatch` we can deduct, that the class is "internal"? Does this move means that we may not use the constant `RecordBatch.NO_TIMESTAMP`? Will it get closed down? We use it like: * https://github.com/evolution-gaming/skafka/blob/v20.0.0/skafka/src/main/scala/com/evolutiongaming/skafka/producer/ProducerConverters.scala#L59 * https://github.com/evolution-gaming/skafka/blob/v20.0.0/skafka/src/main/scala/com/evolutiongaming/skafka/producer/ProducerConverters.scala#L75 Is there a public (non-"internal") way how to reference the absence of value without introduction of "magic value" in our code? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
