You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest ZIO 2 compatible release has a Producer throughput regression from about 57K records/s to about 46K records/s in the ProducerTestproduce records to Kinesis successfully and efficiently test. This could be an issue in the test driver as well as the Producer itself.
The text was updated successfully, but these errors were encountered:
timestamp=2023-01-28T07:43:34.038993Z level=WARN thread=#zio-fiber-812658 message="Error producing records, will retry if recoverable: software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: The connection was closed during the request. The request will usually succeed on a retry, but if it does not: consider disabling any proxies you have configured, enabling debug logging, or performing a TCP dump to identify the root cause. If this is a streaming operation, validate that data is being read or written in a timely manner. Channel Information: ChannelDiagnostics(channel=[id: 0xb9cb185e, L:/192.168.1.158:65029 - R:kinesis.eu-west-1.amazonaws.com/99.80.34.136:443](H2 - 363), channelAge=PT0.881808S, requestCount=1) Parent Channel Information: ChannelDiagnostics(channel=[id: 0xb9cb185e, L:/192.168.1.158:65029 - R:kinesis.eu-west-1.amazonaws.com/99.80.34.136:443], channelAge=PT54.660472S, requestCount=0)" location=nl.vroste.zio.kinesis.client.producer.ProducerLive.processBatch file=ProducerLive.scala line=123
The latest ZIO 2 compatible release has a Producer throughput regression from about 57K records/s to about 46K records/s in the
ProducerTest
produce records to Kinesis successfully and efficiently
test. This could be an issue in the test driver as well as the Producer itself.The text was updated successfully, but these errors were encountered: