2023-08-09 14:44:26 INFO ProducerConfig:369 - ProducerConfig values: acks = -1 auto.include.jmx.reporter = true batch.size = 16384 bootstrap.servers = [a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = java-kafka-producer compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = GSSAPI sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = java-kafka-producer-tran1 value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-08-09 14:44:27 INFO KafkaProducer:594 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Instantiated a transactional producer. 2023-08-09 14:44:27 DEBUG Sender:238 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Starting Kafka producer I/O thread. 2023-08-09 14:44:27 INFO AppInfoParser:119 - Kafka version: 3.5.1 2023-08-09 14:44:27 DEBUG NetworkClient:1202 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Initialize connection to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) for sending metadata request 2023-08-09 14:44:27 INFO AppInfoParser:120 - Kafka commitId: 2c6fb6c54472e90a 2023-08-09 14:44:27 INFO AppInfoParser:121 - Kafka startTimeMs: 1691559867415 2023-08-09 14:44:27 DEBUG ClientUtils:113 - Resolved host a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com as 35.76.37.252,52.192.206.31,35.73.178.237 2023-08-09 14:44:27 DEBUG KafkaProducer:460 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Kafka producer started 2023-08-09 14:44:27 DEBUG NetworkClient:1031 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Initiating connection to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) using address a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com/35.76.37.252 2023-08-09 14:44:27 INFO ConsumerConfig:369 - ConsumerConfig values: allow.auto.create.topics = true auto.commit.interval.ms = 5000 auto.include.jmx.reporter = true auto.offset.reset = latest bootstrap.servers = [a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = consumer-groupid1-1 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = false exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = groupid1 group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_committed key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = GSSAPI sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-08-09 14:44:27 DEBUG KafkaConsumer:702 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initializing the Kafka consumer 2023-08-09 14:44:27 DEBUG Selector:531 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Created socket with SO_RCVBUF = 32768, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -1 2023-08-09 14:44:27 INFO AppInfoParser:119 - Kafka version: 3.5.1 2023-08-09 14:44:27 INFO AppInfoParser:120 - Kafka commitId: 2c6fb6c54472e90a 2023-08-09 14:44:27 INFO AppInfoParser:121 - Kafka startTimeMs: 1691559867725 2023-08-09 14:44:27 DEBUG KafkaConsumer:829 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Kafka consumer initialized 2023-08-09 14:44:27 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state UNINITIALIZED to INITIALIZING 2023-08-09 14:44:27 INFO TransactionManager:234 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Invoking InitProducerId for the first time in order to acquire a producer ID 2023-08-09 14:44:28 DEBUG TransactionManager:1028 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Enqueuing transactional request InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=-1, producerEpoch=-1) 2023-08-09 14:44:28 DEBUG NetworkClient:993 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Completed connection to node -1. Fetching API versions. 2023-08-09 14:44:28 DEBUG NetworkClient:1007 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Initiating API versions fetch from node -1. 2023-08-09 14:44:28 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending API_VERSIONS request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=java-kafka-producer, correlationId=0, headerVersion=2) and timeout 30000 to node -1: ApiVersionsRequestData(clientSoftwareName='apache-kafka-java', clientSoftwareVersion='3.5.1') 2023-08-09 14:44:28 DEBUG TransactionManager:1028 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Enqueuing transactional request FindCoordinatorRequestData(key='java-kafka-producer-tran1', keyType=1, coordinatorKeys=[]) 2023-08-09 14:44:28 DEBUG TransactionManager:1028 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Enqueuing transactional request InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=-1, producerEpoch=-1) 2023-08-09 14:44:28 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received API_VERSIONS response from node -1 for request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=java-kafka-producer, correlationId=0, headerVersion=2): ApiVersionsResponseData(errorCode=0, apiKeys=[ApiVersion(apiKey=0, minVersion=0, maxVersion=9), ApiVersion(apiKey=1, minVersion=0, maxVersion=13), ApiVersion(apiKey=2, minVersion=0, maxVersion=7), ApiVersion(apiKey=3, minVersion=0, maxVersion=12), ApiVersion(apiKey=4, minVersion=0, maxVersion=6), ApiVersion(apiKey=5, minVersion=0, maxVersion=3), ApiVersion(apiKey=6, minVersion=0, maxVersion=7), ApiVersion(apiKey=7, minVersion=0, maxVersion=3), ApiVersion(apiKey=8, minVersion=0, maxVersion=8), ApiVersion(apiKey=9, minVersion=0, maxVersion=8), ApiVersion(apiKey=10, minVersion=0, maxVersion=4), ApiVersion(apiKey=11, minVersion=0, maxVersion=9), ApiVersion(apiKey=12, minVersion=0, maxVersion=4), ApiVersion(apiKey=13, minVersion=0, maxVersion=5), ApiVersion(apiKey=14, minVersion=0, maxVersion=5), ApiVersion(apiKey=15, minVersion=0, maxVersion=5), ApiVersion(apiKey=16, minVersion=0, maxVersion=4), ApiVersion(apiKey=17, minVersion=0, maxVersion=1), ApiVersion(apiKey=18, minVersion=0, maxVersion=3), ApiVersion(apiKey=19, minVersion=0, maxVersion=7), ApiVersion(apiKey=20, minVersion=0, maxVersion=6), ApiVersion(apiKey=21, minVersion=0, maxVersion=2), ApiVersion(apiKey=22, minVersion=0, maxVersion=4), ApiVersion(apiKey=23, minVersion=0, maxVersion=4), ApiVersion(apiKey=24, minVersion=0, maxVersion=3), ApiVersion(apiKey=25, minVersion=0, maxVersion=3), ApiVersion(apiKey=26, minVersion=0, maxVersion=3), ApiVersion(apiKey=27, minVersion=0, maxVersion=1), ApiVersion(apiKey=28, minVersion=0, maxVersion=3), ApiVersion(apiKey=29, minVersion=0, maxVersion=2), ApiVersion(apiKey=30, minVersion=0, maxVersion=2), ApiVersion(apiKey=31, minVersion=0, maxVersion=2), ApiVersion(apiKey=32, minVersion=0, maxVersion=4), ApiVersion(apiKey=33, minVersion=0, maxVersion=2), ApiVersion(apiKey=34, minVersion=0, maxVersion=2), ApiVersion(apiKey=35, minVersion=0, maxVersion=3), ApiVersion(apiKey=36, minVersion=0, maxVersion=2), ApiVersion(apiKey=37, minVersion=0, maxVersion=3), ApiVersion(apiKey=38, minVersion=0, maxVersion=2), ApiVersion(apiKey=39, minVersion=0, maxVersion=2), ApiVersion(apiKey=40, minVersion=0, maxVersion=2), ApiVersion(apiKey=41, minVersion=0, maxVersion=2), ApiVersion(apiKey=42, minVersion=0, maxVersion=2), ApiVersion(apiKey=43, minVersion=0, maxVersion=2), ApiVersion(apiKey=44, minVersion=0, maxVersion=1), ApiVersion(apiKey=45, minVersion=0, maxVersion=0), ApiVersion(apiKey=46, minVersion=0, maxVersion=0), ApiVersion(apiKey=47, minVersion=0, maxVersion=0), ApiVersion(apiKey=48, minVersion=0, maxVersion=1), ApiVersion(apiKey=49, minVersion=0, maxVersion=1), ApiVersion(apiKey=50, minVersion=0, maxVersion=0), ApiVersion(apiKey=51, minVersion=0, maxVersion=0), ApiVersion(apiKey=56, minVersion=0, maxVersion=1), ApiVersion(apiKey=57, minVersion=0, maxVersion=0), ApiVersion(apiKey=60, minVersion=0, maxVersion=0), ApiVersion(apiKey=61, minVersion=0, maxVersion=0), ApiVersion(apiKey=65, minVersion=0, maxVersion=0), ApiVersion(apiKey=66, minVersion=0, maxVersion=0), ApiVersion(apiKey=67, minVersion=0, maxVersion=0)], throttleTimeMs=0, supportedFeatures=[], finalizedFeaturesEpoch=0, finalizedFeatures=[], zkMigrationReady=false) 2023-08-09 14:44:28 DEBUG NetworkClient:963 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Node -1 has finalized features epoch: 0, finalized features: [], supported features: [], ZK migration ready: false, API versions: (Produce(0): 0 to 9 [usable: 9], Fetch(1): 0 to 13 [usable: 13], ListOffsets(2): 0 to 7 [usable: 7], Metadata(3): 0 to 12 [usable: 12], LeaderAndIsr(4): 0 to 6 [usable: 6], StopReplica(5): 0 to 3 [usable: 3], UpdateMetadata(6): 0 to 7 [usable: 7], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 8 [usable: 8], FindCoordinator(10): 0 to 4 [usable: 4], JoinGroup(11): 0 to 9 [usable: 9], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 5 [usable: 5], SyncGroup(14): 0 to 5 [usable: 5], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 4 [usable: 4], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 7 [usable: 7], DeleteTopics(20): 0 to 6 [usable: 6], DeleteRecords(21): 0 to 2 [usable: 2], InitProducerId(22): 0 to 4 [usable: 4], OffsetForLeaderEpoch(23): 0 to 4 [usable: 4], AddPartitionsToTxn(24): 0 to 3 [usable: 3], AddOffsetsToTxn(25): 0 to 3 [usable: 3], EndTxn(26): 0 to 3 [usable: 3], WriteTxnMarkers(27): 0 to 1 [usable: 1], TxnOffsetCommit(28): 0 to 3 [usable: 3], DescribeAcls(29): 0 to 2 [usable: 2], CreateAcls(30): 0 to 2 [usable: 2], DeleteAcls(31): 0 to 2 [usable: 2], DescribeConfigs(32): 0 to 4 [usable: 4], AlterConfigs(33): 0 to 2 [usable: 2], AlterReplicaLogDirs(34): 0 to 2 [usable: 2], DescribeLogDirs(35): 0 to 3 [usable: 3], SaslAuthenticate(36): 0 to 2 [usable: 2], CreatePartitions(37): 0 to 3 [usable: 3], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 2 [usable: 2], ExpireDelegationToken(40): 0 to 2 [usable: 2], DescribeDelegationToken(41): 0 to 2 [usable: 2], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0], DescribeClientQuotas(48): 0 to 1 [usable: 1], AlterClientQuotas(49): 0 to 1 [usable: 1], DescribeUserScramCredentials(50): 0 [usable: 0], AlterUserScramCredentials(51): 0 [usable: 0], AlterPartition(56): 0 to 1 [usable: 1], UpdateFeatures(57): 0 [usable: 0], Envelope(58): UNSUPPORTED, DescribeCluster(60): 0 [usable: 0], DescribeProducers(61): 0 [usable: 0], DescribeTransactions(65): 0 [usable: 0], ListTransactions(66): 0 [usable: 0], AllocateProducerIds(67): 0 [usable: 0], ConsumerGroupHeartbeat(68): UNSUPPORTED). 2023-08-09 14:44:28 DEBUG NetworkClient:1185 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending metadata request MetadataRequestData(topics=[], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) 2023-08-09 14:44:28 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending METADATA request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=java-kafka-producer, correlationId=1, headerVersion=2) and timeout 30000 to node -1: MetadataRequestData(topics=[], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) 2023-08-09 14:44:28 DEBUG Sender:477 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending transactional request FindCoordinatorRequestData(key='java-kafka-producer-tran1', keyType=1, coordinatorKeys=[]) to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) with correlation ID 2 2023-08-09 14:44:28 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending FIND_COORDINATOR request with header RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=4, clientId=java-kafka-producer, correlationId=2, headerVersion=2) and timeout 30000 to node -1: FindCoordinatorRequestData(key='', keyType=1, coordinatorKeys=[java-kafka-producer-tran1]) 2023-08-09 14:44:28 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received METADATA response from node -1 for request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=java-kafka-producer, correlationId=1, headerVersion=2): MetadataResponseData(throttleTimeMs=0, brokers=[MetadataResponseBroker(nodeId=0, host='ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=2, host='a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=1, host='a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null)], clusterId='1HVV1puZR06pGCFazpdJaA', controllerId=2, topics=[], clusterAuthorizedOperations=-2147483648) 2023-08-09 14:44:28 INFO Metadata:287 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Cluster ID: 1HVV1puZR06pGCFazpdJaA 2023-08-09 14:44:28 DEBUG Metadata:291 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Updated cluster metadata updateVersion 2 to MetadataCache{clusterId='1HVV1puZR06pGCFazpdJaA', nodes={0=ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 0 rack: null), 1=a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com:9094 (id: 1 rack: null), 2=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)}, partitions=[], controller=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)} 2023-08-09 14:44:28 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received FIND_COORDINATOR response from node -1 for request with header RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=4, clientId=java-kafka-producer, correlationId=2, headerVersion=2): FindCoordinatorResponseData(throttleTimeMs=0, errorCode=0, errorMessage='', nodeId=0, host='', port=0, coordinators=[Coordinator(key='java-kafka-producer-tran1', nodeId=2, host='a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com', port=9094, errorCode=0, errorMessage='')]) 2023-08-09 14:44:28 INFO TransactionManager:1469 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Discovered transaction coordinator a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:28 DEBUG ClientUtils:113 - Resolved host a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com as 175.41.234.172,52.198.36.45,3.113.108.171 2023-08-09 14:44:28 DEBUG NetworkClient:1031 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Initiating connection to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) using address a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com/175.41.234.172 2023-08-09 14:44:28 DEBUG Selector:531 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Created socket with SO_RCVBUF = 32768, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2 2023-08-09 14:44:28 DEBUG NetworkClient:993 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Completed connection to node 2. Fetching API versions. 2023-08-09 14:44:28 DEBUG NetworkClient:1007 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Initiating API versions fetch from node 2. 2023-08-09 14:44:28 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending API_VERSIONS request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=java-kafka-producer, correlationId=3, headerVersion=2) and timeout 30000 to node 2: ApiVersionsRequestData(clientSoftwareName='apache-kafka-java', clientSoftwareVersion='3.5.1') 2023-08-09 14:44:28 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received API_VERSIONS response from node 2 for request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=java-kafka-producer, correlationId=3, headerVersion=2): ApiVersionsResponseData(errorCode=0, apiKeys=[ApiVersion(apiKey=0, minVersion=0, maxVersion=9), ApiVersion(apiKey=1, minVersion=0, maxVersion=13), ApiVersion(apiKey=2, minVersion=0, maxVersion=7), ApiVersion(apiKey=3, minVersion=0, maxVersion=12), ApiVersion(apiKey=4, minVersion=0, maxVersion=6), ApiVersion(apiKey=5, minVersion=0, maxVersion=3), ApiVersion(apiKey=6, minVersion=0, maxVersion=7), ApiVersion(apiKey=7, minVersion=0, maxVersion=3), ApiVersion(apiKey=8, minVersion=0, maxVersion=8), ApiVersion(apiKey=9, minVersion=0, maxVersion=8), ApiVersion(apiKey=10, minVersion=0, maxVersion=4), ApiVersion(apiKey=11, minVersion=0, maxVersion=9), ApiVersion(apiKey=12, minVersion=0, maxVersion=4), ApiVersion(apiKey=13, minVersion=0, maxVersion=5), ApiVersion(apiKey=14, minVersion=0, maxVersion=5), ApiVersion(apiKey=15, minVersion=0, maxVersion=5), ApiVersion(apiKey=16, minVersion=0, maxVersion=4), ApiVersion(apiKey=17, minVersion=0, maxVersion=1), ApiVersion(apiKey=18, minVersion=0, maxVersion=3), ApiVersion(apiKey=19, minVersion=0, maxVersion=7), ApiVersion(apiKey=20, minVersion=0, maxVersion=6), ApiVersion(apiKey=21, minVersion=0, maxVersion=2), ApiVersion(apiKey=22, minVersion=0, maxVersion=4), ApiVersion(apiKey=23, minVersion=0, maxVersion=4), ApiVersion(apiKey=24, minVersion=0, maxVersion=3), ApiVersion(apiKey=25, minVersion=0, maxVersion=3), ApiVersion(apiKey=26, minVersion=0, maxVersion=3), ApiVersion(apiKey=27, minVersion=0, maxVersion=1), ApiVersion(apiKey=28, minVersion=0, maxVersion=3), ApiVersion(apiKey=29, minVersion=0, maxVersion=2), ApiVersion(apiKey=30, minVersion=0, maxVersion=2), ApiVersion(apiKey=31, minVersion=0, maxVersion=2), ApiVersion(apiKey=32, minVersion=0, maxVersion=4), ApiVersion(apiKey=33, minVersion=0, maxVersion=2), ApiVersion(apiKey=34, minVersion=0, maxVersion=2), ApiVersion(apiKey=35, minVersion=0, maxVersion=3), ApiVersion(apiKey=36, minVersion=0, maxVersion=2), ApiVersion(apiKey=37, minVersion=0, maxVersion=3), ApiVersion(apiKey=38, minVersion=0, maxVersion=2), ApiVersion(apiKey=39, minVersion=0, maxVersion=2), ApiVersion(apiKey=40, minVersion=0, maxVersion=2), ApiVersion(apiKey=41, minVersion=0, maxVersion=2), ApiVersion(apiKey=42, minVersion=0, maxVersion=2), ApiVersion(apiKey=43, minVersion=0, maxVersion=2), ApiVersion(apiKey=44, minVersion=0, maxVersion=1), ApiVersion(apiKey=45, minVersion=0, maxVersion=0), ApiVersion(apiKey=46, minVersion=0, maxVersion=0), ApiVersion(apiKey=47, minVersion=0, maxVersion=0), ApiVersion(apiKey=48, minVersion=0, maxVersion=1), ApiVersion(apiKey=49, minVersion=0, maxVersion=1), ApiVersion(apiKey=50, minVersion=0, maxVersion=0), ApiVersion(apiKey=51, minVersion=0, maxVersion=0), ApiVersion(apiKey=56, minVersion=0, maxVersion=1), ApiVersion(apiKey=57, minVersion=0, maxVersion=0), ApiVersion(apiKey=60, minVersion=0, maxVersion=0), ApiVersion(apiKey=61, minVersion=0, maxVersion=0), ApiVersion(apiKey=65, minVersion=0, maxVersion=0), ApiVersion(apiKey=66, minVersion=0, maxVersion=0), ApiVersion(apiKey=67, minVersion=0, maxVersion=0)], throttleTimeMs=0, supportedFeatures=[], finalizedFeaturesEpoch=0, finalizedFeatures=[], zkMigrationReady=false) 2023-08-09 14:44:28 DEBUG NetworkClient:963 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Node 2 has finalized features epoch: 0, finalized features: [], supported features: [], ZK migration ready: false, API versions: (Produce(0): 0 to 9 [usable: 9], Fetch(1): 0 to 13 [usable: 13], ListOffsets(2): 0 to 7 [usable: 7], Metadata(3): 0 to 12 [usable: 12], LeaderAndIsr(4): 0 to 6 [usable: 6], StopReplica(5): 0 to 3 [usable: 3], UpdateMetadata(6): 0 to 7 [usable: 7], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 8 [usable: 8], FindCoordinator(10): 0 to 4 [usable: 4], JoinGroup(11): 0 to 9 [usable: 9], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 5 [usable: 5], SyncGroup(14): 0 to 5 [usable: 5], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 4 [usable: 4], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 7 [usable: 7], DeleteTopics(20): 0 to 6 [usable: 6], DeleteRecords(21): 0 to 2 [usable: 2], InitProducerId(22): 0 to 4 [usable: 4], OffsetForLeaderEpoch(23): 0 to 4 [usable: 4], AddPartitionsToTxn(24): 0 to 3 [usable: 3], AddOffsetsToTxn(25): 0 to 3 [usable: 3], EndTxn(26): 0 to 3 [usable: 3], WriteTxnMarkers(27): 0 to 1 [usable: 1], TxnOffsetCommit(28): 0 to 3 [usable: 3], DescribeAcls(29): 0 to 2 [usable: 2], CreateAcls(30): 0 to 2 [usable: 2], DeleteAcls(31): 0 to 2 [usable: 2], DescribeConfigs(32): 0 to 4 [usable: 4], AlterConfigs(33): 0 to 2 [usable: 2], AlterReplicaLogDirs(34): 0 to 2 [usable: 2], DescribeLogDirs(35): 0 to 3 [usable: 3], SaslAuthenticate(36): 0 to 2 [usable: 2], CreatePartitions(37): 0 to 3 [usable: 3], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 2 [usable: 2], ExpireDelegationToken(40): 0 to 2 [usable: 2], DescribeDelegationToken(41): 0 to 2 [usable: 2], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0], DescribeClientQuotas(48): 0 to 1 [usable: 1], AlterClientQuotas(49): 0 to 1 [usable: 1], DescribeUserScramCredentials(50): 0 [usable: 0], AlterUserScramCredentials(51): 0 [usable: 0], AlterPartition(56): 0 to 1 [usable: 1], UpdateFeatures(57): 0 [usable: 0], Envelope(58): UNSUPPORTED, DescribeCluster(60): 0 [usable: 0], DescribeProducers(61): 0 [usable: 0], DescribeTransactions(65): 0 [usable: 0], ListTransactions(66): 0 [usable: 0], AllocateProducerIds(67): 0 [usable: 0], ConsumerGroupHeartbeat(68): UNSUPPORTED). 2023-08-09 14:44:29 DEBUG Sender:477 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending transactional request InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=-1, producerEpoch=-1) to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) with correlation ID 4 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending INIT_PRODUCER_ID request with header RequestHeader(apiKey=INIT_PRODUCER_ID, apiVersion=4, clientId=java-kafka-producer, correlationId=4, headerVersion=2) and timeout 30000 to node 2: InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=-1, producerEpoch=-1) 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received INIT_PRODUCER_ID response from node 2 for request with header RequestHeader(apiKey=INIT_PRODUCER_ID, apiVersion=4, clientId=java-kafka-producer, correlationId=4, headerVersion=2): InitProducerIdResponseData(throttleTimeMs=0, errorCode=0, producerId=2, producerEpoch=19) 2023-08-09 14:44:29 INFO TransactionManager:440 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] ProducerId set to 2 with epoch 19 2023-08-09 14:44:29 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state INITIALIZING to READY 2023-08-09 14:44:29 INFO KafkaConsumer:980 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Subscribed to topic(s): input-topic 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:874 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending FindCoordinator request to broker a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) 2023-08-09 14:44:29 DEBUG ClientUtils:113 - Resolved host a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com as 35.76.37.252,52.192.206.31,35.73.178.237 2023-08-09 14:44:29 DEBUG NetworkClient:1031 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating connection to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) using address a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com/35.76.37.252 2023-08-09 14:44:29 DEBUG Selector:531 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -1 2023-08-09 14:44:29 DEBUG NetworkClient:993 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Completed connection to node -1. Fetching API versions. 2023-08-09 14:44:29 DEBUG NetworkClient:1007 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating API versions fetch from node -1. 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending API_VERSIONS request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=1, headerVersion=2) and timeout 30000 to node -1: ApiVersionsRequestData(clientSoftwareName='apache-kafka-java', clientSoftwareVersion='3.5.1') 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received API_VERSIONS response from node -1 for request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=1, headerVersion=2): ApiVersionsResponseData(errorCode=0, apiKeys=[ApiVersion(apiKey=0, minVersion=0, maxVersion=9), ApiVersion(apiKey=1, minVersion=0, maxVersion=13), ApiVersion(apiKey=2, minVersion=0, maxVersion=7), ApiVersion(apiKey=3, minVersion=0, maxVersion=12), ApiVersion(apiKey=4, minVersion=0, maxVersion=6), ApiVersion(apiKey=5, minVersion=0, maxVersion=3), ApiVersion(apiKey=6, minVersion=0, maxVersion=7), ApiVersion(apiKey=7, minVersion=0, maxVersion=3), ApiVersion(apiKey=8, minVersion=0, maxVersion=8), ApiVersion(apiKey=9, minVersion=0, maxVersion=8), ApiVersion(apiKey=10, minVersion=0, maxVersion=4), ApiVersion(apiKey=11, minVersion=0, maxVersion=9), ApiVersion(apiKey=12, minVersion=0, maxVersion=4), ApiVersion(apiKey=13, minVersion=0, maxVersion=5), ApiVersion(apiKey=14, minVersion=0, maxVersion=5), ApiVersion(apiKey=15, minVersion=0, maxVersion=5), ApiVersion(apiKey=16, minVersion=0, maxVersion=4), ApiVersion(apiKey=17, minVersion=0, maxVersion=1), ApiVersion(apiKey=18, minVersion=0, maxVersion=3), ApiVersion(apiKey=19, minVersion=0, maxVersion=7), ApiVersion(apiKey=20, minVersion=0, maxVersion=6), ApiVersion(apiKey=21, minVersion=0, maxVersion=2), ApiVersion(apiKey=22, minVersion=0, maxVersion=4), ApiVersion(apiKey=23, minVersion=0, maxVersion=4), ApiVersion(apiKey=24, minVersion=0, maxVersion=3), ApiVersion(apiKey=25, minVersion=0, maxVersion=3), ApiVersion(apiKey=26, minVersion=0, maxVersion=3), ApiVersion(apiKey=27, minVersion=0, maxVersion=1), ApiVersion(apiKey=28, minVersion=0, maxVersion=3), ApiVersion(apiKey=29, minVersion=0, maxVersion=2), ApiVersion(apiKey=30, minVersion=0, maxVersion=2), ApiVersion(apiKey=31, minVersion=0, maxVersion=2), ApiVersion(apiKey=32, minVersion=0, maxVersion=4), ApiVersion(apiKey=33, minVersion=0, maxVersion=2), ApiVersion(apiKey=34, minVersion=0, maxVersion=2), ApiVersion(apiKey=35, minVersion=0, maxVersion=3), ApiVersion(apiKey=36, minVersion=0, maxVersion=2), ApiVersion(apiKey=37, minVersion=0, maxVersion=3), ApiVersion(apiKey=38, minVersion=0, maxVersion=2), ApiVersion(apiKey=39, minVersion=0, maxVersion=2), ApiVersion(apiKey=40, minVersion=0, maxVersion=2), ApiVersion(apiKey=41, minVersion=0, maxVersion=2), ApiVersion(apiKey=42, minVersion=0, maxVersion=2), ApiVersion(apiKey=43, minVersion=0, maxVersion=2), ApiVersion(apiKey=44, minVersion=0, maxVersion=1), ApiVersion(apiKey=45, minVersion=0, maxVersion=0), ApiVersion(apiKey=46, minVersion=0, maxVersion=0), ApiVersion(apiKey=47, minVersion=0, maxVersion=0), ApiVersion(apiKey=48, minVersion=0, maxVersion=1), ApiVersion(apiKey=49, minVersion=0, maxVersion=1), ApiVersion(apiKey=50, minVersion=0, maxVersion=0), ApiVersion(apiKey=51, minVersion=0, maxVersion=0), ApiVersion(apiKey=56, minVersion=0, maxVersion=1), ApiVersion(apiKey=57, minVersion=0, maxVersion=0), ApiVersion(apiKey=60, minVersion=0, maxVersion=0), ApiVersion(apiKey=61, minVersion=0, maxVersion=0), ApiVersion(apiKey=65, minVersion=0, maxVersion=0), ApiVersion(apiKey=66, minVersion=0, maxVersion=0), ApiVersion(apiKey=67, minVersion=0, maxVersion=0)], throttleTimeMs=0, supportedFeatures=[], finalizedFeaturesEpoch=0, finalizedFeatures=[], zkMigrationReady=false) 2023-08-09 14:44:29 DEBUG NetworkClient:963 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Node -1 has finalized features epoch: 0, finalized features: [], supported features: [], ZK migration ready: false, API versions: (Produce(0): 0 to 9 [usable: 9], Fetch(1): 0 to 13 [usable: 13], ListOffsets(2): 0 to 7 [usable: 7], Metadata(3): 0 to 12 [usable: 12], LeaderAndIsr(4): 0 to 6 [usable: 6], StopReplica(5): 0 to 3 [usable: 3], UpdateMetadata(6): 0 to 7 [usable: 7], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 8 [usable: 8], FindCoordinator(10): 0 to 4 [usable: 4], JoinGroup(11): 0 to 9 [usable: 9], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 5 [usable: 5], SyncGroup(14): 0 to 5 [usable: 5], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 4 [usable: 4], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 7 [usable: 7], DeleteTopics(20): 0 to 6 [usable: 6], DeleteRecords(21): 0 to 2 [usable: 2], InitProducerId(22): 0 to 4 [usable: 4], OffsetForLeaderEpoch(23): 0 to 4 [usable: 4], AddPartitionsToTxn(24): 0 to 3 [usable: 3], AddOffsetsToTxn(25): 0 to 3 [usable: 3], EndTxn(26): 0 to 3 [usable: 3], WriteTxnMarkers(27): 0 to 1 [usable: 1], TxnOffsetCommit(28): 0 to 3 [usable: 3], DescribeAcls(29): 0 to 2 [usable: 2], CreateAcls(30): 0 to 2 [usable: 2], DeleteAcls(31): 0 to 2 [usable: 2], DescribeConfigs(32): 0 to 4 [usable: 4], AlterConfigs(33): 0 to 2 [usable: 2], AlterReplicaLogDirs(34): 0 to 2 [usable: 2], DescribeLogDirs(35): 0 to 3 [usable: 3], SaslAuthenticate(36): 0 to 2 [usable: 2], CreatePartitions(37): 0 to 3 [usable: 3], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 2 [usable: 2], ExpireDelegationToken(40): 0 to 2 [usable: 2], DescribeDelegationToken(41): 0 to 2 [usable: 2], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0], DescribeClientQuotas(48): 0 to 1 [usable: 1], AlterClientQuotas(49): 0 to 1 [usable: 1], DescribeUserScramCredentials(50): 0 [usable: 0], AlterUserScramCredentials(51): 0 [usable: 0], AlterPartition(56): 0 to 1 [usable: 1], UpdateFeatures(57): 0 [usable: 0], Envelope(58): UNSUPPORTED, DescribeCluster(60): 0 [usable: 0], DescribeProducers(61): 0 [usable: 0], DescribeTransactions(65): 0 [usable: 0], ListTransactions(66): 0 [usable: 0], AllocateProducerIds(67): 0 [usable: 0], ConsumerGroupHeartbeat(68): UNSUPPORTED). 2023-08-09 14:44:29 DEBUG NetworkClient:1185 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending metadata request MetadataRequestData(topics=[MetadataRequestTopic(topicId=AAAAAAAAAAAAAAAAAAAAAA, name='input-topic')], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) to node a75f3178730f645a1873612bd8b3eb27-1237447132.ap-northeast-1.elb.amazonaws.com:9094 (id: -1 rack: null) 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending METADATA request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=consumer-groupid1-1, correlationId=2, headerVersion=2) and timeout 30000 to node -1: MetadataRequestData(topics=[MetadataRequestTopic(topicId=AAAAAAAAAAAAAAAAAAAAAA, name='input-topic')], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending FIND_COORDINATOR request with header RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=4, clientId=consumer-groupid1-1, correlationId=0, headerVersion=2) and timeout 30000 to node -1: FindCoordinatorRequestData(key='', keyType=0, coordinatorKeys=[groupid1]) 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received METADATA response from node -1 for request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=consumer-groupid1-1, correlationId=2, headerVersion=2): MetadataResponseData(throttleTimeMs=0, brokers=[MetadataResponseBroker(nodeId=0, host='ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=2, host='a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=1, host='a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null)], clusterId='1HVV1puZR06pGCFazpdJaA', controllerId=2, topics=[MetadataResponseTopic(errorCode=0, name='input-topic', topicId=T53MplBeSmK9b1WNX0_sPg, isInternal=false, partitions=[MetadataResponsePartition(errorCode=0, partitionIndex=0, leaderId=2, leaderEpoch=0, replicaNodes=[2], isrNodes=[2], offlineReplicas=[])], topicAuthorizedOperations=-2147483648)], clusterAuthorizedOperations=-2147483648) 2023-08-09 14:44:29 DEBUG Metadata:399 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Setting the last seen epoch of partition input-topic-0 to 0 since the last known epoch was undefined. 2023-08-09 14:44:29 INFO Metadata:287 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Cluster ID: 1HVV1puZR06pGCFazpdJaA 2023-08-09 14:44:29 DEBUG Metadata:291 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Updated cluster metadata updateVersion 2 to MetadataCache{clusterId='1HVV1puZR06pGCFazpdJaA', nodes={0=ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 0 rack: null), 1=a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com:9094 (id: 1 rack: null), 2=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)}, partitions=[PartitionMetadata(error=NONE, partition=input-topic-0, leader=Optional[2], leaderEpoch=Optional[0], replicas=2, isr=2, offlineReplicas=)], controller=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)} 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received FIND_COORDINATOR response from node -1 for request with header RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=4, clientId=consumer-groupid1-1, correlationId=0, headerVersion=2): FindCoordinatorResponseData(throttleTimeMs=0, errorCode=0, errorMessage='', nodeId=0, host='', port=0, coordinators=[Coordinator(key='groupid1', nodeId=0, host='ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com', port=9094, errorCode=0, errorMessage='')]) 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:887 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received FindCoordinator response ClientResponse(receivedTimeMs=1691559869196, latencyMs=81, disconnected=false, timedOut=false, requestHeader=RequestHeader(apiKey=FIND_COORDINATOR, apiVersion=4, clientId=consumer-groupid1-1, correlationId=0, headerVersion=2), responseBody=FindCoordinatorResponseData(throttleTimeMs=0, errorCode=0, errorMessage='', nodeId=0, host='', port=0, coordinators=[Coordinator(key='groupid1', nodeId=0, host='ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com', port=9094, errorCode=0, errorMessage='')])) 2023-08-09 14:44:29 INFO ConsumerCoordinator:906 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Discovered group coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:29 DEBUG ClientUtils:113 - Resolved host ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com as 52.192.70.188,35.73.204.232,13.115.64.158 2023-08-09 14:44:29 DEBUG NetworkClient:1031 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating connection to node ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) using address ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com/52.192.70.188 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:760 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Executing onJoinPrepare with generation -1 and memberId 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:1441 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Heartbeat thread started 2023-08-09 14:44:29 INFO ConsumerCoordinator:576 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] (Re-)joining group 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:244 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Joining group with current subscription: [input-topic] 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:589 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending JoinGroup (JoinGroupRequestData(groupId='groupid1', sessionTimeoutMs=45000, rebalanceTimeoutMs=300000, memberId='', groupInstanceId=null, protocolType='consumer', protocols=[JoinGroupRequestProtocol(name='range', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1]), JoinGroupRequestProtocol(name='cooperative-sticky', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 4, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])], reason='')) to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:29 DEBUG Selector:531 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2147483647 2023-08-09 14:44:29 DEBUG NetworkClient:993 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Completed connection to node 2147483647. Fetching API versions. 2023-08-09 14:44:29 DEBUG NetworkClient:1007 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating API versions fetch from node 2147483647. 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending API_VERSIONS request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=4, headerVersion=2) and timeout 30000 to node 2147483647: ApiVersionsRequestData(clientSoftwareName='apache-kafka-java', clientSoftwareVersion='3.5.1') 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received API_VERSIONS response from node 2147483647 for request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=4, headerVersion=2): ApiVersionsResponseData(errorCode=0, apiKeys=[ApiVersion(apiKey=0, minVersion=0, maxVersion=9), ApiVersion(apiKey=1, minVersion=0, maxVersion=13), ApiVersion(apiKey=2, minVersion=0, maxVersion=7), ApiVersion(apiKey=3, minVersion=0, maxVersion=12), ApiVersion(apiKey=4, minVersion=0, maxVersion=6), ApiVersion(apiKey=5, minVersion=0, maxVersion=3), ApiVersion(apiKey=6, minVersion=0, maxVersion=7), ApiVersion(apiKey=7, minVersion=0, maxVersion=3), ApiVersion(apiKey=8, minVersion=0, maxVersion=8), ApiVersion(apiKey=9, minVersion=0, maxVersion=8), ApiVersion(apiKey=10, minVersion=0, maxVersion=4), ApiVersion(apiKey=11, minVersion=0, maxVersion=9), ApiVersion(apiKey=12, minVersion=0, maxVersion=4), ApiVersion(apiKey=13, minVersion=0, maxVersion=5), ApiVersion(apiKey=14, minVersion=0, maxVersion=5), ApiVersion(apiKey=15, minVersion=0, maxVersion=5), ApiVersion(apiKey=16, minVersion=0, maxVersion=4), ApiVersion(apiKey=17, minVersion=0, maxVersion=1), ApiVersion(apiKey=18, minVersion=0, maxVersion=3), ApiVersion(apiKey=19, minVersion=0, maxVersion=7), ApiVersion(apiKey=20, minVersion=0, maxVersion=6), ApiVersion(apiKey=21, minVersion=0, maxVersion=2), ApiVersion(apiKey=22, minVersion=0, maxVersion=4), ApiVersion(apiKey=23, minVersion=0, maxVersion=4), ApiVersion(apiKey=24, minVersion=0, maxVersion=3), ApiVersion(apiKey=25, minVersion=0, maxVersion=3), ApiVersion(apiKey=26, minVersion=0, maxVersion=3), ApiVersion(apiKey=27, minVersion=0, maxVersion=1), ApiVersion(apiKey=28, minVersion=0, maxVersion=3), ApiVersion(apiKey=29, minVersion=0, maxVersion=2), ApiVersion(apiKey=30, minVersion=0, maxVersion=2), ApiVersion(apiKey=31, minVersion=0, maxVersion=2), ApiVersion(apiKey=32, minVersion=0, maxVersion=4), ApiVersion(apiKey=33, minVersion=0, maxVersion=2), ApiVersion(apiKey=34, minVersion=0, maxVersion=2), ApiVersion(apiKey=35, minVersion=0, maxVersion=3), ApiVersion(apiKey=36, minVersion=0, maxVersion=2), ApiVersion(apiKey=37, minVersion=0, maxVersion=3), ApiVersion(apiKey=38, minVersion=0, maxVersion=2), ApiVersion(apiKey=39, minVersion=0, maxVersion=2), ApiVersion(apiKey=40, minVersion=0, maxVersion=2), ApiVersion(apiKey=41, minVersion=0, maxVersion=2), ApiVersion(apiKey=42, minVersion=0, maxVersion=2), ApiVersion(apiKey=43, minVersion=0, maxVersion=2), ApiVersion(apiKey=44, minVersion=0, maxVersion=1), ApiVersion(apiKey=45, minVersion=0, maxVersion=0), ApiVersion(apiKey=46, minVersion=0, maxVersion=0), ApiVersion(apiKey=47, minVersion=0, maxVersion=0), ApiVersion(apiKey=48, minVersion=0, maxVersion=1), ApiVersion(apiKey=49, minVersion=0, maxVersion=1), ApiVersion(apiKey=50, minVersion=0, maxVersion=0), ApiVersion(apiKey=51, minVersion=0, maxVersion=0), ApiVersion(apiKey=56, minVersion=0, maxVersion=1), ApiVersion(apiKey=57, minVersion=0, maxVersion=0), ApiVersion(apiKey=60, minVersion=0, maxVersion=0), ApiVersion(apiKey=61, minVersion=0, maxVersion=0), ApiVersion(apiKey=65, minVersion=0, maxVersion=0), ApiVersion(apiKey=66, minVersion=0, maxVersion=0), ApiVersion(apiKey=67, minVersion=0, maxVersion=0)], throttleTimeMs=0, supportedFeatures=[], finalizedFeaturesEpoch=0, finalizedFeatures=[], zkMigrationReady=false) 2023-08-09 14:44:29 DEBUG NetworkClient:963 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Node 2147483647 has finalized features epoch: 0, finalized features: [], supported features: [], ZK migration ready: false, API versions: (Produce(0): 0 to 9 [usable: 9], Fetch(1): 0 to 13 [usable: 13], ListOffsets(2): 0 to 7 [usable: 7], Metadata(3): 0 to 12 [usable: 12], LeaderAndIsr(4): 0 to 6 [usable: 6], StopReplica(5): 0 to 3 [usable: 3], UpdateMetadata(6): 0 to 7 [usable: 7], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 8 [usable: 8], FindCoordinator(10): 0 to 4 [usable: 4], JoinGroup(11): 0 to 9 [usable: 9], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 5 [usable: 5], SyncGroup(14): 0 to 5 [usable: 5], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 4 [usable: 4], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 7 [usable: 7], DeleteTopics(20): 0 to 6 [usable: 6], DeleteRecords(21): 0 to 2 [usable: 2], InitProducerId(22): 0 to 4 [usable: 4], OffsetForLeaderEpoch(23): 0 to 4 [usable: 4], AddPartitionsToTxn(24): 0 to 3 [usable: 3], AddOffsetsToTxn(25): 0 to 3 [usable: 3], EndTxn(26): 0 to 3 [usable: 3], WriteTxnMarkers(27): 0 to 1 [usable: 1], TxnOffsetCommit(28): 0 to 3 [usable: 3], DescribeAcls(29): 0 to 2 [usable: 2], CreateAcls(30): 0 to 2 [usable: 2], DeleteAcls(31): 0 to 2 [usable: 2], DescribeConfigs(32): 0 to 4 [usable: 4], AlterConfigs(33): 0 to 2 [usable: 2], AlterReplicaLogDirs(34): 0 to 2 [usable: 2], DescribeLogDirs(35): 0 to 3 [usable: 3], SaslAuthenticate(36): 0 to 2 [usable: 2], CreatePartitions(37): 0 to 3 [usable: 3], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 2 [usable: 2], ExpireDelegationToken(40): 0 to 2 [usable: 2], DescribeDelegationToken(41): 0 to 2 [usable: 2], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0], DescribeClientQuotas(48): 0 to 1 [usable: 1], AlterClientQuotas(49): 0 to 1 [usable: 1], DescribeUserScramCredentials(50): 0 [usable: 0], AlterUserScramCredentials(51): 0 [usable: 0], AlterPartition(56): 0 to 1 [usable: 1], UpdateFeatures(57): 0 [usable: 0], Envelope(58): UNSUPPORTED, DescribeCluster(60): 0 [usable: 0], DescribeProducers(61): 0 [usable: 0], DescribeTransactions(65): 0 [usable: 0], ListTransactions(66): 0 [usable: 0], AllocateProducerIds(67): 0 [usable: 0], ConsumerGroupHeartbeat(68): UNSUPPORTED). 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending JOIN_GROUP request with header RequestHeader(apiKey=JOIN_GROUP, apiVersion=9, clientId=consumer-groupid1-1, correlationId=3, headerVersion=2) and timeout 305000 to node 2147483647: JoinGroupRequestData(groupId='groupid1', sessionTimeoutMs=45000, rebalanceTimeoutMs=300000, memberId='', groupInstanceId=null, protocolType='consumer', protocols=[JoinGroupRequestProtocol(name='range', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1]), JoinGroupRequestProtocol(name='cooperative-sticky', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 4, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])], reason='') 2023-08-09 14:44:29 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received JOIN_GROUP response from node 2147483647 for request with header RequestHeader(apiKey=JOIN_GROUP, apiVersion=9, clientId=consumer-groupid1-1, correlationId=3, headerVersion=2): JoinGroupResponseData(throttleTimeMs=0, errorCode=79, generationId=-1, protocolType=null, protocolName=null, leader='', skipAssignment=false, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', members=[]) 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:696 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] JoinGroup failed due to non-fatal error: MEMBER_ID_REQUIRED. Will set the member id as consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f and then rejoin. Sent generation was Generation{generationId=-1, memberId='', protocol='null'} 2023-08-09 14:44:29 INFO ConsumerCoordinator:1072 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Request joining group due to: need to re-join with the given member-id: consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f 2023-08-09 14:44:29 INFO ConsumerCoordinator:1072 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-08-09 14:44:29 INFO ConsumerCoordinator:576 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] (Re-)joining group 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:244 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Joining group with current subscription: [input-topic] 2023-08-09 14:44:29 DEBUG ConsumerCoordinator:589 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending JoinGroup (JoinGroupRequestData(groupId='groupid1', sessionTimeoutMs=45000, rebalanceTimeoutMs=300000, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, protocolType='consumer', protocols=[JoinGroupRequestProtocol(name='range', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1]), JoinGroupRequestProtocol(name='cooperative-sticky', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 4, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])], reason='rebalance failed due to MemberIdRequiredException')) to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:29 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending JOIN_GROUP request with header RequestHeader(apiKey=JOIN_GROUP, apiVersion=9, clientId=consumer-groupid1-1, correlationId=5, headerVersion=2) and timeout 305000 to node 2147483647: JoinGroupRequestData(groupId='groupid1', sessionTimeoutMs=45000, rebalanceTimeoutMs=300000, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, protocolType='consumer', protocols=[JoinGroupRequestProtocol(name='range', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1]), JoinGroupRequestProtocol(name='cooperative-sticky', metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 4, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])], reason='rebalance failed due to MemberIdRequiredException') 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received JOIN_GROUP response from node 2147483647 for request with header RequestHeader(apiKey=JOIN_GROUP, apiVersion=9, clientId=consumer-groupid1-1, correlationId=5, headerVersion=2): JoinGroupResponseData(throttleTimeMs=0, errorCode=0, generationId=25, protocolType='consumer', protocolName='range', leader='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', skipAssignment=false, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', members=[JoinGroupResponseMember(memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])]) 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:617 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful JoinGroup response: JoinGroupResponseData(throttleTimeMs=0, errorCode=0, generationId=25, protocolType='consumer', protocolName='range', leader='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', skipAssignment=false, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', members=[JoinGroupResponseMember(memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, metadata=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1])]) 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:1409 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Enabling heartbeat thread 2023-08-09 14:44:32 INFO ConsumerCoordinator:637 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Successfully joined group with generation Generation{generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', protocol='range'} 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:696 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Performing assignment using strategy range with subscriptions {consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f=Subscription(topics=[input-topic], ownedPartitions=[], groupInstanceId=null, generationId=-1, rackId=null)} 2023-08-09 14:44:32 INFO ConsumerCoordinator:712 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Finished assignment for group at generation 25: {consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f=Assignment(partitions=[input-topic-0])} 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:762 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending leader SyncGroup to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null): SyncGroupRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, protocolType='consumer', protocolName='range', assignments=[SyncGroupRequestAssignment(memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', assignment=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, -1])]) 2023-08-09 14:44:32 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending SYNC_GROUP request with header RequestHeader(apiKey=SYNC_GROUP, apiVersion=5, clientId=consumer-groupid1-1, correlationId=6, headerVersion=2) and timeout 30000 to node 2147483647: SyncGroupRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null, protocolType='consumer', protocolName='range', assignments=[SyncGroupRequestAssignment(memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', assignment=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, -1])]) 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received SYNC_GROUP response from node 2147483647 for request with header RequestHeader(apiKey=SYNC_GROUP, apiVersion=5, clientId=consumer-groupid1-1, correlationId=6, headerVersion=2): SyncGroupResponseData(throttleTimeMs=0, errorCode=0, protocolType='consumer', protocolName='range', assignment=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, -1]) 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:796 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful SyncGroup response: SyncGroupResponseData(throttleTimeMs=0, errorCode=0, protocolType='consumer', protocolName='range', assignment=[0, 3, 0, 0, 0, 1, 0, 11, 105, 110, 112, 117, 116, 45, 116, 111, 112, 105, 99, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, -1]) 2023-08-09 14:44:32 INFO ConsumerCoordinator:812 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Successfully synced group in generation Generation{generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', protocol='range'} 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:388 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Executing onJoinComplete with generation 25 and memberId consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f 2023-08-09 14:44:32 INFO ConsumerCoordinator:307 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Notifying assignor about the new Assignment(partitions=[input-topic-0]) 2023-08-09 14:44:32 INFO ConsumerCoordinator:319 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Adding newly assigned partitions: input-topic-0 2023-08-09 14:44:32 DEBUG ConsumerCoordinator:1477 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Fetching committed offsets for partitions: [input-topic-0] 2023-08-09 14:44:32 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending OFFSET_FETCH request with header RequestHeader(apiKey=OFFSET_FETCH, apiVersion=8, clientId=consumer-groupid1-1, correlationId=7, headerVersion=2) and timeout 30000 to node 2147483647: OffsetFetchRequestData(groupId='', topics=[], groups=[OffsetFetchRequestGroup(groupId='groupid1', topics=[OffsetFetchRequestTopics(name='input-topic', partitionIndexes=[0])])], requireStable=true) 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received OFFSET_FETCH response from node 2147483647 for request with header RequestHeader(apiKey=OFFSET_FETCH, apiVersion=8, clientId=consumer-groupid1-1, correlationId=7, headerVersion=2): OffsetFetchResponseData(throttleTimeMs=0, topics=[], errorCode=0, groups=[OffsetFetchResponseGroup(groupId='groupid1', topics=[OffsetFetchResponseTopics(name='input-topic', partitions=[OffsetFetchResponsePartitions(partitionIndex=0, committedOffset=3622, committedLeaderEpoch=-1, metadata='', errorCode=0)])], errorCode=0)]) 2023-08-09 14:44:32 INFO ConsumerCoordinator:975 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Setting offset for partition input-topic-0 to the committed offset FetchPosition{offset=3622, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)], epoch=0}} 2023-08-09 14:44:32 DEBUG AbstractFetch:484 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Added READ_COMMITTED fetch request for partition input-topic-0 at position FetchPosition{offset=3622, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)], epoch=0}} to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:32 DEBUG FetchSessionHandler:279 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Built full fetch (sessionId=INVALID, epoch=INITIAL) for node 2 with 1 partition(s). 2023-08-09 14:44:32 DEBUG AbstractFetch:246 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending READ_COMMITTED FullFetchRequest(toSend=(input-topic-0), canUseTopicIds=True) to broker a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:32 DEBUG AbstractFetch:252 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Adding pending request for node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:32 DEBUG ClientUtils:113 - Resolved host a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com as 175.41.234.172,52.198.36.45,3.113.108.171 2023-08-09 14:44:32 DEBUG NetworkClient:1031 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating connection to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) using address a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com/175.41.234.172 2023-08-09 14:44:32 DEBUG Selector:531 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node 2 2023-08-09 14:44:32 DEBUG NetworkClient:993 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Completed connection to node 2. Fetching API versions. 2023-08-09 14:44:32 DEBUG NetworkClient:1007 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Initiating API versions fetch from node 2. 2023-08-09 14:44:32 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending API_VERSIONS request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=9, headerVersion=2) and timeout 30000 to node 2: ApiVersionsRequestData(clientSoftwareName='apache-kafka-java', clientSoftwareVersion='3.5.1') 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received API_VERSIONS response from node 2 for request with header RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=consumer-groupid1-1, correlationId=9, headerVersion=2): ApiVersionsResponseData(errorCode=0, apiKeys=[ApiVersion(apiKey=0, minVersion=0, maxVersion=9), ApiVersion(apiKey=1, minVersion=0, maxVersion=13), ApiVersion(apiKey=2, minVersion=0, maxVersion=7), ApiVersion(apiKey=3, minVersion=0, maxVersion=12), ApiVersion(apiKey=4, minVersion=0, maxVersion=6), ApiVersion(apiKey=5, minVersion=0, maxVersion=3), ApiVersion(apiKey=6, minVersion=0, maxVersion=7), ApiVersion(apiKey=7, minVersion=0, maxVersion=3), ApiVersion(apiKey=8, minVersion=0, maxVersion=8), ApiVersion(apiKey=9, minVersion=0, maxVersion=8), ApiVersion(apiKey=10, minVersion=0, maxVersion=4), ApiVersion(apiKey=11, minVersion=0, maxVersion=9), ApiVersion(apiKey=12, minVersion=0, maxVersion=4), ApiVersion(apiKey=13, minVersion=0, maxVersion=5), ApiVersion(apiKey=14, minVersion=0, maxVersion=5), ApiVersion(apiKey=15, minVersion=0, maxVersion=5), ApiVersion(apiKey=16, minVersion=0, maxVersion=4), ApiVersion(apiKey=17, minVersion=0, maxVersion=1), ApiVersion(apiKey=18, minVersion=0, maxVersion=3), ApiVersion(apiKey=19, minVersion=0, maxVersion=7), ApiVersion(apiKey=20, minVersion=0, maxVersion=6), ApiVersion(apiKey=21, minVersion=0, maxVersion=2), ApiVersion(apiKey=22, minVersion=0, maxVersion=4), ApiVersion(apiKey=23, minVersion=0, maxVersion=4), ApiVersion(apiKey=24, minVersion=0, maxVersion=3), ApiVersion(apiKey=25, minVersion=0, maxVersion=3), ApiVersion(apiKey=26, minVersion=0, maxVersion=3), ApiVersion(apiKey=27, minVersion=0, maxVersion=1), ApiVersion(apiKey=28, minVersion=0, maxVersion=3), ApiVersion(apiKey=29, minVersion=0, maxVersion=2), ApiVersion(apiKey=30, minVersion=0, maxVersion=2), ApiVersion(apiKey=31, minVersion=0, maxVersion=2), ApiVersion(apiKey=32, minVersion=0, maxVersion=4), ApiVersion(apiKey=33, minVersion=0, maxVersion=2), ApiVersion(apiKey=34, minVersion=0, maxVersion=2), ApiVersion(apiKey=35, minVersion=0, maxVersion=3), ApiVersion(apiKey=36, minVersion=0, maxVersion=2), ApiVersion(apiKey=37, minVersion=0, maxVersion=3), ApiVersion(apiKey=38, minVersion=0, maxVersion=2), ApiVersion(apiKey=39, minVersion=0, maxVersion=2), ApiVersion(apiKey=40, minVersion=0, maxVersion=2), ApiVersion(apiKey=41, minVersion=0, maxVersion=2), ApiVersion(apiKey=42, minVersion=0, maxVersion=2), ApiVersion(apiKey=43, minVersion=0, maxVersion=2), ApiVersion(apiKey=44, minVersion=0, maxVersion=1), ApiVersion(apiKey=45, minVersion=0, maxVersion=0), ApiVersion(apiKey=46, minVersion=0, maxVersion=0), ApiVersion(apiKey=47, minVersion=0, maxVersion=0), ApiVersion(apiKey=48, minVersion=0, maxVersion=1), ApiVersion(apiKey=49, minVersion=0, maxVersion=1), ApiVersion(apiKey=50, minVersion=0, maxVersion=0), ApiVersion(apiKey=51, minVersion=0, maxVersion=0), ApiVersion(apiKey=56, minVersion=0, maxVersion=1), ApiVersion(apiKey=57, minVersion=0, maxVersion=0), ApiVersion(apiKey=60, minVersion=0, maxVersion=0), ApiVersion(apiKey=61, minVersion=0, maxVersion=0), ApiVersion(apiKey=65, minVersion=0, maxVersion=0), ApiVersion(apiKey=66, minVersion=0, maxVersion=0), ApiVersion(apiKey=67, minVersion=0, maxVersion=0)], throttleTimeMs=0, supportedFeatures=[], finalizedFeaturesEpoch=0, finalizedFeatures=[], zkMigrationReady=false) 2023-08-09 14:44:32 DEBUG NetworkClient:963 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Node 2 has finalized features epoch: 0, finalized features: [], supported features: [], ZK migration ready: false, API versions: (Produce(0): 0 to 9 [usable: 9], Fetch(1): 0 to 13 [usable: 13], ListOffsets(2): 0 to 7 [usable: 7], Metadata(3): 0 to 12 [usable: 12], LeaderAndIsr(4): 0 to 6 [usable: 6], StopReplica(5): 0 to 3 [usable: 3], UpdateMetadata(6): 0 to 7 [usable: 7], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 8 [usable: 8], FindCoordinator(10): 0 to 4 [usable: 4], JoinGroup(11): 0 to 9 [usable: 9], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 5 [usable: 5], SyncGroup(14): 0 to 5 [usable: 5], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 4 [usable: 4], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 7 [usable: 7], DeleteTopics(20): 0 to 6 [usable: 6], DeleteRecords(21): 0 to 2 [usable: 2], InitProducerId(22): 0 to 4 [usable: 4], OffsetForLeaderEpoch(23): 0 to 4 [usable: 4], AddPartitionsToTxn(24): 0 to 3 [usable: 3], AddOffsetsToTxn(25): 0 to 3 [usable: 3], EndTxn(26): 0 to 3 [usable: 3], WriteTxnMarkers(27): 0 to 1 [usable: 1], TxnOffsetCommit(28): 0 to 3 [usable: 3], DescribeAcls(29): 0 to 2 [usable: 2], CreateAcls(30): 0 to 2 [usable: 2], DeleteAcls(31): 0 to 2 [usable: 2], DescribeConfigs(32): 0 to 4 [usable: 4], AlterConfigs(33): 0 to 2 [usable: 2], AlterReplicaLogDirs(34): 0 to 2 [usable: 2], DescribeLogDirs(35): 0 to 3 [usable: 3], SaslAuthenticate(36): 0 to 2 [usable: 2], CreatePartitions(37): 0 to 3 [usable: 3], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 2 [usable: 2], ExpireDelegationToken(40): 0 to 2 [usable: 2], DescribeDelegationToken(41): 0 to 2 [usable: 2], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0], DescribeClientQuotas(48): 0 to 1 [usable: 1], AlterClientQuotas(49): 0 to 1 [usable: 1], DescribeUserScramCredentials(50): 0 [usable: 0], AlterUserScramCredentials(51): 0 [usable: 0], AlterPartition(56): 0 to 1 [usable: 1], UpdateFeatures(57): 0 [usable: 0], Envelope(58): UNSUPPORTED, DescribeCluster(60): 0 [usable: 0], DescribeProducers(61): 0 [usable: 0], DescribeTransactions(65): 0 [usable: 0], ListTransactions(66): 0 [usable: 0], AllocateProducerIds(67): 0 [usable: 0], ConsumerGroupHeartbeat(68): UNSUPPORTED). 2023-08-09 14:44:32 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending FETCH request with header RequestHeader(apiKey=FETCH, apiVersion=13, clientId=consumer-groupid1-1, correlationId=8, headerVersion=2) and timeout 30000 to node 2: FetchRequestData(clusterId=null, replicaId=-1, replicaState=ReplicaState(replicaId=-1, replicaEpoch=-1), maxWaitMs=500, minBytes=1, maxBytes=52428800, isolationLevel=1, sessionId=0, sessionEpoch=0, topics=[FetchTopic(topic='input-topic', topicId=T53MplBeSmK9b1WNX0_sPg, partitions=[FetchPartition(partition=0, currentLeaderEpoch=0, fetchOffset=3622, lastFetchedEpoch=-1, logStartOffset=-1, partitionMaxBytes=1048576)])], forgottenTopicsData=[], rackId='') 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received FETCH response from node 2 for request with header RequestHeader(apiKey=FETCH, apiVersion=13, clientId=consumer-groupid1-1, correlationId=8, headerVersion=2): FetchResponseData(throttleTimeMs=0, errorCode=0, sessionId=2051975753, responses=[FetchableTopicResponse(topic='', topicId=T53MplBeSmK9b1WNX0_sPg, partitions=[PartitionData(partitionIndex=0, errorCode=0, highWatermark=4934, lastStableOffset=4934, logStartOffset=0, divergingEpoch=EpochEndOffset(epoch=-1, endOffset=-1), currentLeader=LeaderIdAndEpoch(leaderId=-1, leaderEpoch=-1), snapshotId=SnapshotId(endOffset=-1, epoch=-1), abortedTransactions=[], preferredReadReplica=-1, records=MemoryRecords(size=102275, buffer=java.nio.HeapByteBuffer[pos=0 lim=102275 cap=102278]))])]) 2023-08-09 14:44:32 DEBUG FetchSessionHandler:566 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Node 2 sent a full fetch response that created a new incremental fetch session 2051975753 with 1 response partition(s) 2023-08-09 14:44:32 DEBUG AbstractFetch:181 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Fetch READ_COMMITTED at offset 3622 for partition input-topic-0 returned fetch data PartitionData(partitionIndex=0, errorCode=0, highWatermark=4934, lastStableOffset=4934, logStartOffset=0, divergingEpoch=EpochEndOffset(epoch=-1, endOffset=-1), currentLeader=LeaderIdAndEpoch(leaderId=-1, leaderEpoch=-1), snapshotId=SnapshotId(endOffset=-1, epoch=-1), abortedTransactions=[], preferredReadReplica=-1, records=MemoryRecords(size=102275, buffer=java.nio.HeapByteBuffer[pos=0 lim=102275 cap=102278])) 2023-08-09 14:44:32 DEBUG AbstractFetch:199 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Removing pending request for node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:32 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state READY to IN_TRANSACTION 2023-08-09 14:44:32 DEBUG NetworkClient:1185 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending metadata request MetadataRequestData(topics=[MetadataRequestTopic(topicId=AAAAAAAAAAAAAAAAAAAAAA, name='output-topic')], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) 2023-08-09 14:44:32 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending METADATA request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=java-kafka-producer, correlationId=5, headerVersion=2) and timeout 30000 to node 2: MetadataRequestData(topics=[MetadataRequestTopic(topicId=AAAAAAAAAAAAAAAAAAAAAA, name='output-topic')], allowAutoTopicCreation=true, includeClusterAuthorizedOperations=false, includeTopicAuthorizedOperations=false) 2023-08-09 14:44:32 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received METADATA response from node 2 for request with header RequestHeader(apiKey=METADATA, apiVersion=12, clientId=java-kafka-producer, correlationId=5, headerVersion=2): MetadataResponseData(throttleTimeMs=0, brokers=[MetadataResponseBroker(nodeId=0, host='ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=2, host='a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null), MetadataResponseBroker(nodeId=1, host='a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com', port=9094, rack=null)], clusterId='1HVV1puZR06pGCFazpdJaA', controllerId=2, topics=[MetadataResponseTopic(errorCode=0, name='output-topic', topicId=Kil48CpmQvSwPLNrsmPwSw, isInternal=false, partitions=[MetadataResponsePartition(errorCode=0, partitionIndex=0, leaderId=0, leaderEpoch=0, replicaNodes=[0], isrNodes=[0], offlineReplicas=[])], topicAuthorizedOperations=-2147483648)], clusterAuthorizedOperations=-2147483648) 2023-08-09 14:44:32 DEBUG Metadata:399 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Setting the last seen epoch of partition output-topic-0 to 0 since the last known epoch was undefined. 2023-08-09 14:44:32 DEBUG Metadata:291 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Updated cluster metadata updateVersion 3 to MetadataCache{clusterId='1HVV1puZR06pGCFazpdJaA', nodes={0=ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 0 rack: null), 1=a421aaa8aa6ef4ad98da4d17f3f5abe2-895231660.ap-northeast-1.elb.amazonaws.com:9094 (id: 1 rack: null), 2=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)}, partitions=[PartitionMetadata(error=NONE, partition=output-topic-0, leader=Optional[0], leaderEpoch=Optional[0], replicas=0, isr=0, offlineReplicas=)], controller=a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null)} 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state IN_TRANSACTION to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:32 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:33 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:34 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG ConsumerCoordinator:1179 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending Heartbeat request with generation 25 and member id consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:35 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending HEARTBEAT request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=10, headerVersion=2) and timeout 30000 to node 2147483647: HeartbeatRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null) 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received HEARTBEAT response from node 2147483647 for request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=10, headerVersion=2): HeartbeatResponseData(throttleTimeMs=0, errorCode=0) 2023-08-09 14:44:35 DEBUG ConsumerCoordinator:1202 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful Heartbeat response 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:35 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:36 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:37 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG ConsumerCoordinator:1179 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending Heartbeat request with generation 25 and member id consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending HEARTBEAT request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=11, headerVersion=2) and timeout 30000 to node 2147483647: HeartbeatRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null) 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received HEARTBEAT response from node 2147483647 for request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=11, headerVersion=2): HeartbeatResponseData(throttleTimeMs=0, errorCode=0) 2023-08-09 14:44:38 DEBUG ConsumerCoordinator:1202 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful Heartbeat response 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:38 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:39 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:40 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG ConsumerCoordinator:1179 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending Heartbeat request with generation 25 and member id consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:41 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending HEARTBEAT request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=12, headerVersion=2) and timeout 30000 to node 2147483647: HeartbeatRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null) 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received HEARTBEAT response from node 2147483647 for request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=12, headerVersion=2): HeartbeatResponseData(throttleTimeMs=0, errorCode=0) 2023-08-09 14:44:41 DEBUG ConsumerCoordinator:1202 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful Heartbeat response 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:41 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:42 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:43 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG ConsumerCoordinator:1179 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending Heartbeat request with generation 25 and member id consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f to coordinator ae84ea33b37fa47518faf2501ab361c4-1923716930.ap-northeast-1.elb.amazonaws.com:9094 (id: 2147483647 rack: null) 2023-08-09 14:44:44 DEBUG NetworkClient:532 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Sending HEARTBEAT request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=13, headerVersion=2) and timeout 30000 to node 2147483647: HeartbeatRequestData(groupId='groupid1', generationId=25, memberId='consumer-groupid1-1-6cc0ca09-5e1a-43e4-980c-87e04bf8487f', groupInstanceId=null) 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG NetworkClient:918 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received HEARTBEAT response from node 2147483647 for request with header RequestHeader(apiKey=HEARTBEAT, apiVersion=4, clientId=consumer-groupid1-1, correlationId=13, headerVersion=2): HeartbeatResponseData(throttleTimeMs=0, errorCode=0) 2023-08-09 14:44:44 DEBUG ConsumerCoordinator:1202 - [Consumer clientId=consumer-groupid1-1, groupId=groupid1] Received successful Heartbeat response 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:44 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG KafkaProducer:1073 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Exception occurred during message send: org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO TransactionManager:393 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transiting to abortable error state due to org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 DEBUG TransactionManager:986 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to error state ABORTABLE_ERROR org.apache.kafka.common.errors.RecordTooLargeException: The message is 11000088 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. 2023-08-09 14:44:45 INFO KafkaProducer:833 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Aborting incomplete transaction 2023-08-09 14:44:45 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTABLE_ERROR to ABORTING_TRANSACTION 2023-08-09 14:44:45 DEBUG TransactionManager:1028 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Enqueuing transactional request EndTxnRequestData(transactionalId='java-kafka-producer-tran1', producerId=2, producerEpoch=19, committed=false) 2023-08-09 14:44:45 INFO TransactionManager:236 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Invoking InitProducerId with current producer ID and epoch ProducerIdAndEpoch(producerId=2, epoch=19) in order to bump the epoch 2023-08-09 14:44:45 DEBUG TransactionManager:1028 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Enqueuing transactional request InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=2, producerEpoch=19) 2023-08-09 14:44:45 DEBUG TransactionManager:792 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Not sending EndTxn for completed transaction since no partitions or offsets were successfully added 2023-08-09 14:44:45 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state ABORTING_TRANSACTION to INITIALIZING 2023-08-09 14:44:45 DEBUG Sender:477 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending transactional request InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=2, producerEpoch=19) to node a54b62ed02d4d4efe82d249764bafdbf-654335845.ap-northeast-1.elb.amazonaws.com:9094 (id: 2 rack: null) with correlation ID 6 2023-08-09 14:44:45 DEBUG NetworkClient:532 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Sending INIT_PRODUCER_ID request with header RequestHeader(apiKey=INIT_PRODUCER_ID, apiVersion=4, clientId=java-kafka-producer, correlationId=6, headerVersion=2) and timeout 30000 to node 2: InitProducerIdRequestData(transactionalId='java-kafka-producer-tran1', transactionTimeoutMs=60000, producerId=2, producerEpoch=19) 2023-08-09 14:44:45 DEBUG NetworkClient:918 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Received INIT_PRODUCER_ID response from node 2 for request with header RequestHeader(apiKey=INIT_PRODUCER_ID, apiVersion=4, clientId=java-kafka-producer, correlationId=6, headerVersion=2): InitProducerIdResponseData(throttleTimeMs=0, errorCode=0, producerId=2, producerEpoch=20) 2023-08-09 14:44:45 INFO TransactionManager:440 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] ProducerId set to 2 with epoch 20 2023-08-09 14:44:45 DEBUG TransactionManager:988 - [Producer clientId=java-kafka-producer, transactionalId=java-kafka-producer-tran1] Transition from state INITIALIZING to READY