我们可以为kafka ProducerRecord构造函数指定时间戳。ProducerRecord(String topic, Integer partition, Long timestamp, K key, V value, Iterable<Header> headers)
这个时间放大器的目的是什么
我想在生产中提供一个特定的js文件(heroku),而不需要时间戳。我可以单独提供文件,但它有时间戳,但我不想要。原因是我想让其他网站访问这个文件。<%= javascript_include_tag 'ca4me', 'data-turbolinks-track' => true, :cache => false %>
application.js// This is a manife
我想提取嵌入每条消息的时间戳,并将它们作为json有效负载发送到我的数据库中。
我想得到以下三个时间戳。事件-时间: The point in time when an event or data record occurred, i.e. was originally created “by the source