我在运行生产者客户端时遇到错误,生成器客户端从输入文件中获取消息kafka_message.log.此日志文件每个消息的长度为4096,每秒有100000条记录
错误 -
[2017-01-09 14:45:24,813] ERROR Error when sending message to topic test2R2P2 with key: null, value: 4096 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Batch containing 3 record(s) expired due to timeout while requesting metadata from brokers for test2R2P2-0
[2017-01-09 14:45:24,816] ERROR Error when sending message to topic test2R2P2 with key: null, value: 4096 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Batch containing 3 record(s) expired due to timeout while requesting metadata from brokers for test2R2P2-0
[2017-01-09 14:45:24,816] ERROR Error when …Run Code Online (Sandbox Code Playgroud) Kubernetes 取消了对 Docker 的支持,但支持 Containerd,这意味着什么?Docker 开发了containerd 并用它来管理容器。
有2个不同的containerd吗?
如果不是,那么为什么 kubernetes 无法与 Docker 守护进程使用的 containerd 进行通信/使用?
我想尝试一些詹金斯管道 DSL 方法。示例代码
node("linux-agent") {
sh "ls -ltra"
}
Run Code Online (Sandbox Code Playgroud)
我只想快速尝试对脚本进行一些更改。所以我尝试在“jenkins 脚本控制台”中运行它。但似乎它不是那样工作的。我每次都必须编辑作业 Sonfig 并运行作业来测试我的代码。
提前致谢 !!