Загрузка данных
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get pods | grep depo-invoice
depo-invoice-7696fbfbfd-8fmq6 2/2 Running 0 21d
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get events | grep depo-invoice
51m Normal SecretRotationComplete pod/depo-invoice-54f8c54c6-ln4w4 successfully rotated K8s secret depo-invoice-app-secret-env
56m Warning Unhealthy pod/depo-invoice-54f8c54c6-ln4w4 Readiness probe failed: HTTP probe failed with statuscode: 503
51m Warning Unhealthy pod/depo-invoice-54f8c54c6-ln4w4 Readiness probe failed: HTTP probe failed with statuscode: 503
51m Normal SuccessfulDelete replicaset/depo-invoice-54f8c54c6 Deleted pod: depo-invoice-54f8c54c6-ln4w4
105s Normal SecretRotationComplete pod/depo-invoice-7696fbfbfd-8fmq6 successfully rotated K8s secret depo-invoice-app-secret-env
51m Normal ScalingReplicaSet deployment/depo-invoice Scaled down replica set depo-invoice-54f8c54c6 to 0
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get events -w | grep depo-invoice
51m Normal SecretRotationComplete pod/depo-invoice-54f8c54c6-ln4w4 successfully rotated K8s secret depo-invoice-app-secret-env
56m Warning Unhealthy pod/depo-invoice-54f8c54c6-ln4w4 Readiness probe failed: HTTP probe failed with statuscode: 503
51m Warning Unhealthy pod/depo-invoice-54f8c54c6-ln4w4 Readiness probe failed: HTTP probe failed with statuscode: 503
51m Normal SuccessfulDelete replicaset/depo-invoice-54f8c54c6 Deleted pod: depo-invoice-54f8c54c6-ln4w4
117s Normal SecretRotationComplete pod/depo-invoice-7696fbfbfd-8fmq6 successfully rotated K8s secret depo-invoice-app-secret-env
51m Normal ScalingReplicaSet deployment/depo-invoice Scaled down replica set depo-invoice-54f8c54c6 to 0
^C
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl get pods -w | grep depo-invoice
depo-invoice-7696fbfbfd-8fmq6 2/2 Running 0 21d
depo-invoice-54f8c54c6-rhrqp 0/2 Pending 0 0s
depo-invoice-54f8c54c6-rhrqp 0/2 Pending 0 0s
depo-invoice-54f8c54c6-rhrqp 0/2 Init:0/1 0 0s
depo-invoice-54f8c54c6-rhrqp 0/2 Init:0/1 0 0s
depo-invoice-54f8c54c6-rhrqp 0/2 Init:0/1 0 1s
depo-invoice-54f8c54c6-rhrqp 0/2 PodInitializing 0 2s
depo-invoice-54f8c54c6-rhrqp 0/2 Running 0 11s
depo-invoice-54f8c54c6-rhrqp 1/2 Running 0 12s
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl describe pod depo-invoice-54f8c54c6-rhrqp
Name: depo-invoice-54f8c54c6-rhrqp
Namespace: isys-myinvestment-dev
Priority: 0
Priority Class Name: rumsk1
Service Account: default
Node: afs1app-wl-111/10.7.182.158
Start Time: Thu, 17 Sep 2026 18:43:23 +0300
Labels: app=depo-invoice
chart=base-1.15.3
fullname=depo-invoice
heritage=Helm
isys=myinvestment-dev
pod-template-hash=54f8c54c6
psvc=depo-invoice
release=depo-invoice
security.istio.io/tlsMode=istio
service.istio.io/canonical-name=depo-invoice
service.istio.io/canonical-revision=master
version=master
workload.topology.app.farm/zone=rumsk1
Annotations: checksum/configMapsEnv: 432908ef0dcc65103576b8fe135ff4f35c4533037e84394c2e84c606d8f02e26
checksum/secretEnv: 9eeb38754934db821887ab2ef3d74d247afb47a2d9ffe10d0ab440f2d7350e57
ci/commithash: 7641c8cd
cni.projectcalico.org/containerID: b373f7b99eb56e41e1327991c5231a6cd351630a6a55e5b3563342128e5933db
cni.projectcalico.org/podIP: 100.68.159.27/32
cni.projectcalico.org/podIPs: 100.68.159.27/32
inject.istio.io/templates: sidecar,custom
kubectl.kubernetes.io/default-container: app
kubectl.kubernetes.io/default-logs-container: app
prometheus.io/path: /stats/prometheus
prometheus.io/port: 15020
prometheus.io/scrape: true
sidecar.istio.io/status:
{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-certs","workload-socket","credential-socket","workload-cer...
sidecar.istio.io/userVolume: [{"name": "wasmfilters-dir","configMap": {"name": "myinvestment-dev-envoy-filters"}}]
sidecar.istio.io/userVolumeMount: [{"mountPath":"/var/local/lib/wasm-filters","name":"wasmfilters-dir"}]
Status: Running
IP: 100.68.159.27
IPs:
IP: 100.68.159.27
Controlled By: ReplicaSet/depo-invoice-54f8c54c6
Init Containers:
istio-init:
Container ID: containerd://0cbea1168573f30e160e76c6eba263d7ba0a6d556fa690247b31bd3968bb5a83
Image: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0
Image ID: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2@sha256:7b3ce834183d38c73388b93b9f2173957dba6da11f8bc17e8dfcd64415c41e4e
Port: <none>
Host Port: <none>
Args:
istio-iptables
-p
15001
-z
15006
-u
1337
-m
REDIRECT
-i
*
-x
-b
*
-d
15090,15021,15020
--log_output_level=default:info
State: Terminated
Reason: Completed
Exit Code: 0
Started: Thu, 17 Sep 2026 18:43:24 +0300
Finished: Thu, 17 Sep 2026 18:43:24 +0300
Ready: True
Restart Count: 0
Limits:
cpu: 400m
memory: 384Mi
Requests:
cpu: 10m
memory: 64Mi
Environment: <none>
Mounts: <none>
Containers:
istio-proxy:
Container ID: containerd://c1c846c6cac4c5a6d2b4d9d43e3956885c1eda456cec8a3a10b3eb9e32d9dc5f
Image: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0
Image ID: registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2@sha256:7b3ce834183d38c73388b93b9f2173957dba6da11f8bc17e8dfcd64415c41e4e
Port: 15090/TCP (http-envoy-prom)
Host Port: 0/TCP (http-envoy-prom)
Args:
proxy
sidecar
--domain
$(POD_NAMESPACE).svc.cluster.local
--proxyLogLevel=warning
--proxyComponentLogLevel=misc:error
--log_output_level=default:info
--concurrency
2
State: Running
Started: Thu, 17 Sep 2026 18:43:25 +0300
Ready: True
Restart Count: 0
Limits:
cpu: 400m
memory: 384Mi
Requests:
cpu: 10m
memory: 64Mi
Readiness: http-get http://:15021/healthz/ready delay=1s timeout=3s period=2s #success=1 #failure=30
Environment:
HTTP_LOG_FORWARDER_HOST: (v1:spec.nodeName)
HTTP_LOG_FORWARDER_PORT: 9000
HTTP_LOG_FORWARDER_ENDPOINT: /
OUTPUT_CERTS: /etc/istio-certs/
ISYS_NAME: (v1:metadata.labels['isys'])
PSVC_NAME: (v1:metadata.labels['psvc'])
WORKLOAD_ZONE_NAME: (v1:metadata.labels['workload.topology.app.farm/zone'])
JWT_POLICY: third-party-jwt
PILOT_CERT_PROVIDER: istiod
CA_ADDR: istiod.istio-system.svc:15012
POD_NAME: depo-invoice-54f8c54c6-rhrqp (v1:metadata.name)
POD_NAMESPACE: isys-myinvestment-dev (v1:metadata.namespace)
INSTANCE_IP: (v1:status.podIP)
SERVICE_ACCOUNT: (v1:spec.serviceAccountName)
HOST_IP: (v1:status.hostIP)
PROXY_CONFIG: {"tracing":{"zipkin":{"address":"jaeger-collector.istio-system:9411"},"customTags":{"workload.topology.app.farm/zone":{"environment":{"name":"WORKLOAD_ZONE_NAME"}}},"sampling":100}}
ISTIO_META_POD_PORTS: [
]
ISTIO_META_APP_CONTAINERS: app
ISTIO_META_CLUSTER_ID: Kubernetes
ISTIO_META_INTERCEPTION_MODE: REDIRECT
ISTIO_META_WORKLOAD_NAME: depo-invoice
ISTIO_META_OWNER: kubernetes://apis/apps/v1/namespaces/isys-myinvestment-dev/deployments/depo-invoice
ISTIO_META_MESH_ID: cluster.local
TRUST_DOMAIN: cluster.local
ISTIO_PROMETHEUS_ANNOTATIONS: {"scrape":"true","path":"/metrics","port":"8080"}
ISTIO_KUBE_APP_PROBERS: {"/app-health/app/livez":{"httpGet":{"path":"/health/liveness","port":8080,"scheme":"HTTP"},"timeoutSeconds":3},"/app-health/app/readyz":{"httpGet":{"path":"/health/readiness","port":8080,"scheme":"HTTP"},"timeoutSeconds":3}}
Mounts:
/etc/istio-certs/ from istio-certs (rw)
/etc/istio/pod from istio-podinfo (rw)
/etc/istio/proxy from istio-envoy (rw)
/var/lib/istio/data from istio-data (rw)
/var/local/lib/wasm-filters from wasmfilters-dir (rw)
/var/run/secrets/credential-uds from credential-socket (rw)
/var/run/secrets/istio from istiod-ca-cert (rw)
/var/run/secrets/tokens from istio-token (rw)
/var/run/secrets/workload-spiffe-credentials from workload-certs (rw)
/var/run/secrets/workload-spiffe-uds from workload-socket (rw)
app:
Container ID: containerd://549092fe5eb6a4338ea91cd9a805961bb42f19dcf822d12ba93b861ffac8f002
Image: registry.rshbdev.ru/rshbintech/it-invest/backoffice/myinvestment/depo-invoice:master
Image ID: registry.rshbdev.ru/rshbintech/it-invest/backoffice/myinvestment/depo-invoice@sha256:4a026bc5720f26c67948bb4c52dd008e00a40a5dbdfb1055bca100018d0f8216
Port: <none>
Host Port: <none>
State: Running
Started: Thu, 17 Sep 2026 18:43:34 +0300
Ready: False
Restart Count: 0
Limits:
cpu: 800m
memory: 1Gi
Requests:
cpu: 500m
memory: 500Mi
Liveness: http-get http://:15020/app-health/app/livez delay=120s timeout=3s period=5s #success=1 #failure=5
Readiness: http-get http://:15020/app-health/app/readyz delay=120s timeout=3s period=5s #success=1 #failure=5
Environment Variables from:
depo-invoice-app-cm-env ConfigMap Optional: false
depo-invoice-app-secret-env Secret Optional: false
Environment: <none>
Mounts:
/secrets from app-vault-secrets (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
istio-certs:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium: Memory
SizeLimit: <unset>
workload-socket:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
credential-socket:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
workload-certs:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
istio-envoy:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium: Memory
SizeLimit: <unset>
istio-data:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
istio-podinfo:
Type: DownwardAPI (a volume populated by information about the pod)
Items:
metadata.labels -> labels
metadata.annotations -> annotations
istio-token:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 43200
istiod-ca-cert:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: istio-ca-root-cert
Optional: false
wasmfilters-dir:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: myinvestment-dev-envoy-filters
Optional: false
app-vault-secrets:
Type: CSI (a Container Storage Interface (CSI) volume source)
Driver: secrets-store.csi.k8s.io
FSType:
ReadOnly: true
VolumeAttributes: secretProviderClass=depo-invoice-app-secret-provider
QoS Class: Burstable
Node-Selectors: workload.topology.app.farm/zone=rumsk1
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
workload.topology.app.farm/zone:NoSchedule op=Exists
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 2m33s default-scheduler Successfully assigned isys-myinvestment-dev/depo-invoice-54f8c54c6-rhrqp to afs1app-wl-111
Normal Pulled 2m32s kubelet spec.initContainers{istio-init}: Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
Normal Created 2m32s kubelet spec.initContainers{istio-init}: Created container istio-init
Normal Started 2m32s kubelet spec.initContainers{istio-init}: Started container istio-init
Normal Pulled 2m31s kubelet spec.containers{istio-proxy}: Container image "registry.rshbdev.ru/appfarm/infra/images/istio/proxyv2:1.15.1-rshb.0.4.0" already present on machine
Normal Created 2m31s kubelet spec.containers{istio-proxy}: Created container istio-proxy
Normal Started 2m31s kubelet spec.containers{istio-proxy}: Started container istio-proxy
Normal Pulling 2m28s kubelet spec.containers{app}: Pulling image "registry.rshbdev.ru/rshbintech/it-invest/backoffice/myinvestment/depo-invoice:master"
Normal Pulled 2m23s kubelet spec.containers{app}: Successfully pulled image "registry.rshbdev.ru/rshbintech/it-invest/backoffice/myinvestment/depo-invoice:master" in 5.133220397s
Normal Created 2m23s kubelet spec.containers{app}: Created container app
Normal Started 2m22s kubelet spec.containers{app}: Started container app
Normal SecretRotationComplete 67s csi-secrets-store-rotation successfully rotated K8s secret depo-invoice-app-secret-env
Warning Unhealthy 3s (x4 over 18s) kubelet spec.containers{app}: Readiness probe failed: HTTP probe failed with statuscode: 503
dmitriev-aal@VDI-Dmitriev-A:~$ kubectl logs -c app depo-invoice-54f8c54c6-rhrqp
[Global flags]
int ActiveProcessorCount = -1 {product} {default}
uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default}
uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default}
uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product} {default}
uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default}
uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default}
uintx AdaptiveSizePolicyWeight = 10 {product} {default}
uintx AdaptiveSizeThroughPutPolicy = 0 {product} {default}
uintx AdaptiveTimeWeight = 25 {product} {default}
bool AdjustStackSizeForTLS = false {product} {default}
bool AggressiveHeap = false {product} {default}
intx AliasLevel = 3 {C2 product} {default}
bool AlignVector = false {C2 product} {default}
ccstr AllocateHeapAt = {product} {default}
intx AllocateInstancePrefetchLines = 1 {product} {default}
intx AllocatePrefetchDistance = 256 {product} {default}
intx AllocatePrefetchInstr = 3 {product} {default}
intx AllocatePrefetchLines = 3 {product} {default}
intx AllocatePrefetchStepSize = 64 {product} {default}
intx AllocatePrefetchStyle = 1 {product} {default}
bool AllowParallelDefineClass = false {product} {default}
bool AllowRedefinitionToAddDeleteMethods = false {product} {default}
bool AllowUserSignalHandlers = false {product} {default}
bool AllowVectorizeOnDemand = true {C2 product} {default}
bool AlwaysActAsServerClassMachine = false {product} {default}
bool AlwaysCompileLoopMethods = false {product} {default}
bool AlwaysLockClassLoader = false {product} {default}
bool AlwaysPreTouch = false {product} {default}
bool AlwaysRestoreFPU = false {product} {default}
bool AlwaysTenure = false {product} {default}
ccstr ArchiveClassesAtExit = {product} {default}
intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default}
size_t AsyncLogBufferSize = 2097152 {product} {default}
intx AutoBoxCacheMax = 128 {C2 product} {default}
intx BCEATraceLevel = 0 {product} {default}
bool BackgroundCompilation = true {pd product} {default}
size_t BaseFootPrintEstimate = 268435456 {product} {default}
intx BiasedLockingBulkRebiasThreshold = 20 {product} {default}
intx BiasedLockingBulkRevokeThreshold = 40 {product} {default}
intx BiasedLockingDecayTime = 25000 {product} {default}
intx BiasedLockingStartupDelay = 0 {product} {default}
bool BlockLayoutByFrequency = true {C2 product} {default}
intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default}
bool BlockLayoutRotateLoops = true {C2 product} {default}
intx C1InlineStackLimit = 5 {C1 product} {default}
intx C1MaxInlineLevel = 9 {C1 product} {default}
intx C1MaxInlineSize = 35 {C1 product} {default}
intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default}
intx C1MaxTrivialSize = 6 {C1 product} {default}
bool C1OptimizeVirtualCallProfiling = true {C1 product} {default}
bool C1ProfileBranches = true {C1 product} {default}
bool C1ProfileCalls = true {C1 product} {default}
bool C1ProfileCheckcasts = true {C1 product} {default}
bool C1ProfileInlinedCalls = true {C1 product} {default}
bool C1ProfileVirtualCalls = true {C1 product} {default}
bool C1UpdateMethodData = true {C1 product} {default}
intx CICompilerCount = 2 {product} {ergonomic}
bool CICompilerCountPerCPU = true {product} {default}
bool CITime = false {product} {default}
bool CheckJNICalls = false {product} {default}
bool ClassUnloading = true {product} {default}
bool ClassUnloadingWithConcurrentMark = true {product} {default}
bool ClipInlining = true {product} {default}
uintx CodeCacheExpansionSize = 65536 {pd product} {default}
bool CompactStrings = true {pd product} {default}
ccstr CompilationMode = default {product} {default}
ccstrlist CompileCommand = {product} {default}
ccstr CompileCommandFile = {product} {default}
ccstrlist CompileOnly = {product} {default}
intx CompileThreshold = 10000 {pd product} {default}
double CompileThresholdScaling = 1.000000 {product} {default}
intx CompilerThreadPriority = -1 {product} {default}
intx CompilerThreadStackSize = 1024 {pd product} {default}
size_t CompressedClassSpaceSize = 1073741824 {product} {default}
uint ConcGCThreads = 0 {product} {default}
intx ConditionalMoveLimit = 3 {C2 pd product} {default}
intx ContendedPaddingWidth = 128 {product} {default}
bool CrashOnOutOfMemoryError = false {product} {default}
bool CreateCoredumpOnCrash = true {product} {default}
bool CriticalJNINatives = false {product} {default}
bool DTraceAllocProbes = false {product} {default}
bool DTraceMethodProbes = false {product} {default}
bool DTraceMonitorProbes = false {product} {default}
bool DisableAttachMechanism = false {product} {default}
bool DisableExplicitGC = false {product} {default}
bool DisplayVMOutputToStderr = false {product} {default}
bool DisplayVMOutputToStdout = false {product} {default}
bool DoEscapeAnalysis = true {C2 product} {default}
bool DoReserveCopyInSuperWord = true {C2 product} {default}
bool DontCompileHugeMethods = true {product} {default}
bool DontYieldALot = false {pd product} {default}
ccstr DumpLoadedClassList = {product} {default}
bool DumpReplayDataOnError = true {product} {default}
bool DumpSharedSpaces = false {product} {default}
bool DynamicDumpSharedSpaces = false {product} {default}
bool EagerXrunInit = false {product} {default}
intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default}
bool EliminateAllocations = true {C2 product} {default}
bool EliminateAutoBox = true {C2 product} {default}
bool EliminateLocks = true {C2 product} {default}
bool EliminateNestedLocks = true {C2 product} {default}
bool EnableContended = true {product} {default}
bool EnableDynamicAgentLoading = true {product} {default}
size_t ErgoHeapSizeLimit = 0 {product} {default}
ccstr ErrorFile = {product} {default}
bool ErrorFileToStderr = false {product} {default}
bool ErrorFileToStdout = false {product} {default}
uint64_t ErrorLogTimeout = 120 {product} {default}
double EscapeAnalysisTimeout = 20.000000 {C2 product} {default}
bool EstimateArgEscape = true {product} {default}
bool ExecutingUnitTests = false {product} {default}
bool ExitOnOutOfMemoryError = false {product} {default}
bool ExplicitGCInvokesConcurrent = false {product} {default}
bool ExtendedDTraceProbes = false {product} {default}
bool ExtensiveErrorReports = false {product} {default}
ccstr ExtraSharedClassListFile = {product} {default}
bool FilterSpuriousWakeups = true {product} {default}
bool FlightRecorder = false {product} {default}
ccstr FlightRecorderOptions = {product} {default}
bool ForceTimeHighResolution = false {product} {default}
intx FreqInlineSize = 325 {C2 pd product} {default}
double G1ConcMarkStepDurationMillis = 10.000000 {product} {default}
uintx G1ConcRSHotCardLimit = 4 {product} {default}
size_t G1ConcRSLogCacheSize = 10 {product} {default}
size_t G1ConcRefinementGreenZone = 0 {product} {default}
size_t G1ConcRefinementRedZone = 0 {product} {default}
uintx G1ConcRefinementServiceIntervalMillis = 300 {product} {default}
uint G1ConcRefinementThreads = 0 {product} {default}
size_t G1ConcRefinementThresholdStep = 2 {product} {default}
size_t G1ConcRefinementYellowZone = 0 {product} {default}
uintx G1ConfidencePercent = 50 {product} {default}
size_t G1HeapRegionSize = 0 {product} {default}
uintx G1HeapWastePercent = 5 {product} {default}
uintx G1MixedGCCountTarget = 8 {product} {default}
uintx G1PeriodicGCInterval = 0 {manageable} {default}
bool G1PeriodicGCInvokesConcurrent = true {product} {default}
double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default}
intx G1RSetRegionEntries = 0 {product} {default}
intx G1RSetSparseRegionEntries = 0 {product} {default}
intx G1RSetUpdatingPauseTimePercent = 10 {product} {default}
uint G1RefProcDrainInterval = 1000 {product} {default}
uintx G1ReservePercent = 10 {product} {default}
uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default}
size_t G1SATBBufferSize = 1024 {product} {default}
size_t G1UpdateBufferSize = 256 {product} {default}
bool G1UseAdaptiveConcRefinement = true {product} {default}
bool G1UseAdaptiveIHOP = true {product} {default}
uintx GCDrainStackTargetSize = 64 {product} {default}
uintx GCHeapFreeLimit = 2 {product} {default}
uintx GCLockerEdenExpansionPercent = 5 {product} {default}
uintx GCPauseIntervalMillis = 0 {product} {default}
uintx GCTimeLimit = 98 {product} {default}
uintx GCTimeRatio = 99 {product} {default}
size_t HeapBaseMinAddress = 2147483648 {pd product} {default}
bool HeapDumpAfterFullGC = false {manageable} {default}
bool HeapDumpBeforeFullGC = false {manageable} {default}
intx HeapDumpGzipLevel = 0 {manageable} {default}
bool HeapDumpOnOutOfMemoryError = false {manageable} {default}
ccstr HeapDumpPath = {manageable} {default}
uintx HeapFirstMaximumCompactionCount = 3 {product} {default}
uintx HeapMaximumCompactionInterval = 20 {product} {default}
uintx HeapSearchSteps = 3 {product} {default}
size_t HeapSizePerGCThread = 43620760 {product} {default}
bool IgnoreEmptyClassPaths = false {product} {default}
bool IgnoreUnrecognizedVMOptions = false {product} {default}
uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default}
bool IncrementalInline = true {C2 product} {default}
uintx InitialCodeCacheSize = 2555904 {pd product} {default}
size_t InitialHeapSize = 16777216 {product} {ergonomic}
uintx InitialRAMFraction = 64 {product} {default}
double InitialRAMPercentage = 1.562500 {product} {default}
uintx InitialSurvivorRatio = 8 {product} {default}
uintx InitialTenuringThreshold = 7 {product} {default}
uintx InitiatingHeapOccupancyPercent = 45 {product} {default}
bool Inline = true {product} {default}
ccstr InlineDataFile = {product} {default}
intx InlineSmallCode = 2500 {C2 pd product} {default}
bool InlineSynchronizedMethods = true {C1 product} {default}
intx InteriorEntryAlignment = 16 {C2 pd product} {default}
intx InterpreterProfilePercentage = 33 {product} {default}
bool JavaMonitorsInStackTrace = true {product} {default}
intx JavaPriority10_To_OSPriority = -1 {product} {default}
intx JavaPriority1_To_OSPriority = -1 {product} {default}
intx JavaPriority2_To_OSPriority = -1 {product} {default}
intx JavaPriority3_To_OSPriority = -1 {product} {default}
intx JavaPriority4_To_OSPriority = -1 {product} {default}
intx JavaPriority5_To_OSPriority = -1 {product} {default}
intx JavaPriority6_To_OSPriority = -1 {product} {default}
intx JavaPriority7_To_OSPriority = -1 {product} {default}
intx JavaPriority8_To_OSPriority = -1 {product} {default}
intx JavaPriority9_To_OSPriority = -1 {product} {default}
size_t LargePageHeapSizeThreshold = 134217728 {product} {default}
size_t LargePageSizeInBytes = 0 {product} {default}
intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default}
bool LoadExecStackDllInVMThread = true {product} {default}
intx LoopMaxUnroll = 16 {C2 product} {default}
intx LoopOptsCount = 43 {C2 product} {default}
intx LoopPercentProfileLimit = 10 {C2 pd product} {default}
uintx LoopStripMiningIter = 0 {C2 product} {default}
uintx LoopStripMiningIterShortLoop = 0 {C2 product} {default}
intx LoopUnrollLimit = 60 {C2 pd product} {default}
intx LoopUnrollMin = 4 {C2 product} {default}
bool LoopUnswitching = true {C2 product} {default}
bool ManagementServer = false {product} {default}
size_t MarkStackSize = 4194304 {product} {default}
size_t MarkStackSizeMax = 536870912 {product} {default}
uint MarkSweepAlwaysCompactCount = 4 {product} {default}
uintx MarkSweepDeadRatio = 5 {product} {default}
intx MaxBCEAEstimateLevel = 5 {product} {default}
intx MaxBCEAEstimateSize = 150 {product} {default}
uint64_t MaxDirectMemorySize = 0 {product} {default}
bool MaxFDLimit = true {product} {default}
uintx MaxGCMinorPauseMillis = 18446744073709551615 {product} {default}
uintx MaxGCPauseMillis = 18446744073709551614 {product} {default}
uintx MaxHeapFreeRatio = 70 {manageable} {default}
size_t MaxHeapSize = 805306368 {product} {ergonomic}
intx MaxInlineLevel = 15 {C2 product} {default}
intx MaxInlineSize = 35 {C2 product} {default}
intx MaxJNILocalCapacity = 65536 {product} {default}
intx MaxJavaStackTraceDepth = 1024 {product} {default}
intx MaxJumpTableSize = 65000 {C2 product} {default}
intx MaxJumpTableSparseness = 5 {C2 product} {default}
intx MaxLabelRootDepth = 1100 {C2 product} {default}
intx MaxLoopPad = 11 {C2 product} {default}
size_t MaxMetaspaceExpansion = 5439488 {product} {default}
uintx MaxMetaspaceFreeRatio = 70 {product} {default}
size_t MaxMetaspaceSize = 18446744073709551615 {product} {default}
size_t MaxNewSize = 268435456 {product} {ergonomic}
intx MaxNodeLimit = 80000 {C2 product} {default}
uint64_t MaxRAM = 1073741824 {pd product} {ergonomic}
uintx MaxRAMFraction = 4 {product} {default}
double MaxRAMPercentage = 75.000000 {product} {command line}
intx MaxRecursiveInlineLevel = 1 {C2 product} {default}
uintx MaxTenuringThreshold = 15 {product} {default}
intx MaxTrivialSize = 6 {C2 product} {default}
intx MaxVectorSize = 64 {C2 product} {default}
ccstr MetaspaceReclaimPolicy = balanced {product} {default}
size_t MetaspaceSize = 22020096 {product} {default}
bool MethodFlushing = true {product} {default}
size_t MinHeapDeltaBytes = 196608 {product} {ergonomic}
uintx MinHeapFreeRatio = 40 {manageable} {default}
size_t MinHeapSize = 8388608 {product} {ergonomic}
intx MinInliningThreshold = 250 {product} {default}
intx MinJumpTableSize = 10 {C2 pd product} {default}
size_t MinMetaspaceExpansion = 327680 {product} {default}
uintx MinMetaspaceFreeRatio = 40 {product} {default}
uintx MinRAMFraction = 2 {product} {default}
double MinRAMPercentage = 75.000000 {product} {command line}
uintx MinSurvivorRatio = 3 {product} {default}
size_t MinTLABSize = 2048 {product} {default}
intx MultiArrayExpandLimit = 6 {C2 product} {default}
uintx NUMAChunkResizeWeight = 20 {product} {default}
size_t NUMAInterleaveGranularity = 2097152 {product} {default}
uintx NUMAPageScanRate = 256 {product} {default}
size_t NUMASpaceResizeRate = 1073741824 {product} {default}
bool NUMAStats = false {product} {default}
ccstr NativeMemoryTracking = off {product} {default}
bool NeverActAsServerClassMachine = false {pd product} {default}
bool NeverTenure = false {product} {default}
uintx NewRatio = 2 {product} {default}
size_t NewSize = 5570560 {product} {ergonomic}
size_t NewSizeThreadIncrease = 5320 {pd product} {default}
intx NmethodSweepActivity = 10 {product} {default}
intx NodeLimitFudgeFactor = 2000 {C2 product} {default}
uintx NonNMethodCodeHeapSize = 5826188 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122916026 {pd product} {ergonomic}
intx NumberOfLoopInstrToAlign = 4 {C2 product} {default}
intx ObjectAlignmentInBytes = 8 {product lp64_product} {default}
size_t OldPLABSize = 1024 {product} {default}
size_t OldSize = 11206656 {product} {ergonomic}
bool OmitStackTraceInFastThrow = true {product} {default}
ccstrlist OnError = {product} {default}
ccstrlist OnOutOfMemoryError = {product} {default}
intx OnStackReplacePercentage = 140 {pd product} {default}
bool OptimizeFill = false {C2 product} {default}
bool OptimizePtrCompare = true {C2 product} {default}
bool OptimizeStringConcat = true {C2 product} {default}
bool OptoBundling = false {C2 pd product} {default}
intx OptoLoopAlignment = 16 {pd product} {default}
bool OptoRegScheduling = true {C2 pd product} {default}
bool OptoScheduling = false {C2 pd product} {default}
uintx PLABWeight = 75 {product} {default}
bool PSChunkLargeArrays = true {product} {default}
int ParGCArrayScanChunk = 50 {product} {default}
uintx ParallelGCBufferWastePct = 10 {product} {default}
uint ParallelGCThreads = 0 {product} {default}
size_t ParallelOldDeadWoodLimiterMean = 50 {product} {default}
size_t ParallelOldDeadWoodLimiterStdDev = 80 {product} {default}
bool ParallelRefProcBalancingEnabled = true {product} {default}
bool ParallelRefProcEnabled = false {product} {default}
bool PartialPeelAtUnsignedTests = true {C2 product} {default}
bool PartialPeelLoop = true {C2 product} {default}
intx PartialPeelNewPhiDelta = 0 {C2 product} {default}
uintx PausePadding = 1 {product} {default}
intx PerBytecodeRecompilationCutoff = 200 {product} {default}
intx PerBytecodeTrapLimit = 4 {product} {default}
intx PerMethodRecompilationCutoff = 400 {product} {default}
intx PerMethodTrapLimit = 100 {product} {default}
bool PerfAllowAtExitRegistration = false {product} {default}
bool PerfBypassFileSystemCheck = false {product} {default}
intx PerfDataMemorySize = 32768 {product} {default}
intx PerfDataSamplingInterval = 50 {product} {default}
ccstr PerfDataSaveFile = {product} {default}
bool PerfDataSaveToFile = false {product} {default}
bool PerfDisableSharedMem = false {product} {default}
intx PerfMaxStringConstLength = 1024 {product} {default}
size_t PreTouchParallelChunkSize = 4194304 {pd product} {default}
bool PreferContainerQuotaForCPUCount = true {product} {default}
bool PreferInterpreterNativeStubs = false {pd product} {default}
intx PrefetchCopyIntervalInBytes = 576 {product} {default}
intx PrefetchFieldsAhead = 1 {product} {default}
intx PrefetchScanIntervalInBytes = 576 {product} {default}
bool PreserveAllAnnotations = false {product} {default}
bool PreserveFramePointer = false {pd product} {default}
size_t PretenureSizeThreshold = 0 {product} {default}
bool PrintClassHistogram = false {manageable} {default}
bool PrintCodeCache = false {product} {default}
bool PrintCodeCacheOnCompilation = false {product} {default}
bool PrintCommandLineFlags = false {product} {default}
bool PrintCompilation = false {product} {default}
bool PrintConcurrentLocks = false {manageable} {default}
bool PrintExtendedThreadInfo = false {product} {default}
bool PrintFlagsFinal = true {product} {command line}
bool PrintFlagsInitial = false {product} {default}
bool PrintFlagsRanges = false {product} {default}
bool PrintGC = false {product} {default}
bool PrintGCDetails = false {product} {default}
bool PrintHeapAtSIGBREAK = true {product} {default}
bool PrintSharedArchiveAndExit = false {product} {default}
bool PrintSharedDictionary = false {product} {default}
bool PrintStringTableStatistics = false {product} {default}
bool PrintTieredEvents = false {product} {default}
bool PrintVMOptions = false {product} {default}
bool PrintWarnings = true {product} {default}
uintx ProcessDistributionStride = 4 {product} {default}
bool ProfileInterpreter = true {pd product} {default}
intx ProfileMaturityPercentage = 20 {product} {default}
uintx ProfiledCodeHeapSize = 122916026 {pd product} {ergonomic}
uintx PromotedPadding = 3 {product} {default}
uintx QueuedAllocationWarningCount = 0 {product} {default}
int RTMRetryCount = 5 {ARCH product} {default}
bool RangeCheckElimination = true {product} {default}
bool ReassociateInvariants = true {C2 product} {default}
bool RecordDynamicDumpInfo = false {product} {default}
bool ReduceBulkZeroing = true {C2 product} {default}
bool ReduceFieldZeroing = true {C2 product} {default}
bool ReduceInitialCardMarks = true {C2 product} {default}
bool ReduceSignalUsage = false {product} {default}
intx RefDiscoveryPolicy = 0 {product} {default}
bool RegisterFinalizersAtInit = true {product} {default}
bool RelaxAccessControlCheck = false {product} {default}
ccstr ReplayDataFile = {product} {default}
bool RequireSharedSpaces = false {product} {default}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool ResizePLAB = true {product} {default}
bool ResizeTLAB = true {product} {default}
bool RestoreMXCSROnJNICalls = false {product} {default}
bool RestrictContended = true {product} {default}
bool RestrictReservedStack = true {product} {default}
bool RewriteBytecodes = true {pd product} {default}
bool RewriteFrequentPairs = true {pd product} {default}
bool SafepointTimeout = false {product} {default}
intx SafepointTimeoutDelay = 10000 {product} {default}
bool ScavengeBeforeFullGC = false {product} {default}
bool SegmentedCodeCache = true {product} {ergonomic}
intx SelfDestructTimer = 0 {product} {default}
ccstr SharedArchiveConfigFile = {product} {default}
ccstr SharedArchiveFile = {product} {default}
size_t SharedBaseAddress = 139873562394624 {product} {default}
ccstr SharedClassListFile = {product} {default}
uintx SharedSymbolTableBucketSize = 4 {product} {default}
ccstr ShenandoahGCHeuristics = adaptive {product} {default}
ccstr ShenandoahGCMode = satb {product} {default}
bool ShowCodeDetailsInExceptionMessages = true {manageable} {default}
bool ShowMessageBoxOnError = false {product} {default}
bool ShrinkHeapInSteps = true {product} {default}
size_t SoftMaxHeapSize = 805306368 {manageable} {ergonomic}
intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default}
bool SplitIfBlocks = true {C2 product} {default}
intx StackRedPages = 1 {pd product} {default}
intx StackReservedPages = 1 {pd product} {default}
intx StackShadowPages = 20 {pd product} {default}
bool StackTraceInThrowable = true {product} {default}
intx StackYellowPages = 2 {pd product} {default}
uintx StartAggressiveSweepingAt = 10 {product} {default}
bool StartAttachListener = false {product} {default}
ccstr StartFlightRecording = {product} {default}
uint StringDeduplicationAgeThreshold = 3 {product} {default}
uintx StringTableSize = 65536 {product} {default}
bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default}
bool SuperWordReductions = true {C2 product} {default}
bool SuppressFatalErrorMessage = false {product} {default}
uintx SurvivorPadding = 3 {product} {default}
uintx SurvivorRatio = 8 {product} {default}
double SweeperThreshold = 0.500000 {product} {default}
uintx TLABAllocationWeight = 35 {product} {default}
uintx TLABRefillWasteFraction = 64 {product} {default}
size_t TLABSize = 0 {product} {default}
bool TLABStats = true {product} {default}
uintx TLABWasteIncrement = 4 {product} {default}
uintx TLABWasteTargetPercent = 1 {product} {default}
uintx TargetPLABWastePct = 10 {product} {default}
uintx TargetSurvivorRatio = 50 {product} {default}
uintx TenuredGenerationSizeIncrement = 20 {product} {default}
uintx TenuredGenerationSizeSupplement = 80 {product} {default}
uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default}
intx ThreadPriorityPolicy = 0 {product} {default}
bool ThreadPriorityVerbose = false {product} {default}
intx ThreadStackSize = 1024 {pd product} {default}
uintx ThresholdTolerance = 10 {product} {default}
intx Tier0BackedgeNotifyFreqLog = 10 {product} {default}
intx Tier0InvokeNotifyFreqLog = 7 {product} {default}
intx Tier0ProfilingStartPercentage = 200 {product} {default}
intx Tier23InlineeNotifyFreqLog = 20 {product} {default}
intx Tier2BackEdgeThreshold = 0 {product} {default}
intx Tier2BackedgeNotifyFreqLog = 14 {product} {default}
intx Tier2CompileThreshold = 0 {product} {default}
intx Tier2InvokeNotifyFreqLog = 11 {product} {default}
intx Tier3BackEdgeThreshold = 60000 {product} {default}
intx Tier3BackedgeNotifyFreqLog = 13 {product} {default}
intx Tier3CompileThreshold = 2000 {product} {default}
intx Tier3DelayOff = 2 {product} {default}
intx Tier3DelayOn = 5 {product} {default}
intx Tier3InvocationThreshold = 200 {product} {default}
intx Tier3InvokeNotifyFreqLog = 10 {product} {default}
intx Tier3LoadFeedback = 5 {product} {default}
intx Tier3MinInvocationThreshold = 100 {product} {default}
intx Tier4BackEdgeThreshold = 40000 {product} {default}
intx Tier4CompileThreshold = 15000 {product} {default}
intx Tier4InvocationThreshold = 5000 {product} {default}
intx Tier4LoadFeedback = 3 {product} {default}
intx Tier4MinInvocationThreshold = 600 {product} {default}
bool TieredCompilation = true {pd product} {default}
intx TieredCompileTaskTimeout = 50 {product} {default}
intx TieredRateUpdateMaxTime = 25 {product} {default}
intx TieredRateUpdateMinTime = 1 {product} {default}
intx TieredStopAtLevel = 4 {product} {default}
bool TimeLinearScan = false {C1 product} {default}
ccstr TraceJVMTI = {product} {default}
intx TrackedInitializationLimit = 50 {C2 product} {default}
bool TrapBasedNullChecks = false {pd product} {default}
bool TrapBasedRangeChecks = false {C2 pd product} {default}
uint TrimNativeHeapInterval = 0 {product} {default}
intx TypeProfileArgsLimit = 2 {product} {default}
uintx TypeProfileLevel = 111 {pd product} {default}
intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default}
intx TypeProfileParmsLimit = 2 {product} {default}
intx TypeProfileWidth = 2 {product} {default}
intx UnguardOnExecutionViolation = 0 {product} {default}
bool UseAES = true {product} {default}
intx UseAVX = 3 {ARCH product} {default}
bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default}
bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default}
bool UseAdaptiveNUMAChunkSizing = true {product} {default}
bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default}
bool UseAdaptiveSizePolicy = true {product} {default}
bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default}
bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default}
bool UseAddressNop = true {ARCH product} {default}
bool UseBASE64Intrinsics = true {product} {default}
bool UseBMI1Instructions = true {ARCH product} {default}
bool UseBMI2Instructions = true {ARCH product} {default}
bool UseBiasedLocking = false {product} {default}
bool UseBimorphicInlining = true {C2 product} {default}
bool UseCLMUL = true {ARCH product} {default}
bool UseCMoveUnconditionally = false {C2 product} {default}
bool UseCodeAging = true {product} {default}
bool UseCodeCacheFlushing = true {product} {default}
bool UseCompiler = true {product} {default}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseCondCardMark = false {product} {default}
bool UseContainerCpuShares = false {product} {default}
bool UseContainerSupport = true {product} {default}
bool UseCountLeadingZerosInstruction = true {ARCH product} {default}
bool UseCountTrailingZerosInstruction = true {ARCH product} {default}
bool UseCountedLoopSafepoints = false {C2 product} {default}
bool UseCounterDecay = true {product} {default}
bool UseDivMod = true {C2 product} {default}
bool UseDynamicNumberOfCompilerThreads = true {product} {default}
bool UseDynamicNumberOfGCThreads = true {product} {default}
bool UseEmptySlotsInSupers = true {product} {default}
bool UseFMA = true {product} {default}
bool UseFPUForSpilling = true {C2 product} {default}
bool UseFastJNIAccessors = true {product} {default}
bool UseFastStosb = false {ARCH product} {default}
bool UseG1GC = false {product} {default}
bool UseGCOverheadLimit = true {product} {default}
bool UseHeavyMonitors = false {product} {default}
bool UseHugeTLBFS = false {product} {default}
bool UseInlineCaches = true {product} {default}
bool UseInterpreter = true {product} {default}
bool UseJumpTables = true {C2 product} {default}
bool UseLargePages = true {pd product} {default}
bool UseLargePagesIndividualAllocation = false {pd product} {default}
bool UseLinuxPosixThreadCPUClocks = true {product} {default}
bool UseLoopCounter = true {product} {default}
bool UseLoopInvariantCodeMotion = true {C1 product} {default}
bool UseLoopPredicate = true {C2 product} {default}
bool UseMaximumCompactionOnSystemGC = true {product} {default}
bool UseNUMA = false {product} {default}
bool UseNUMAInterleaving = false {product} {default}
bool UseNewLongLShift = false {ARCH product} {default}
bool UseNotificationThread = true {product} {default}
bool UseOnStackReplacement = true {pd product} {default}
bool UseOnlyInlinedBimorphic = true {C2 product} {default}
bool UseOprofile = false {product} {default}
bool UseOptoBiasInlining = false {C2 product} {default}
bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default}
bool UseParallelGC = false {product} {default}
bool UsePerfData = true {product} {default}
bool UsePopCountInstruction = true {product} {default}
bool UseProfiledLoopPredicate = true {C2 product} {default}
bool UseRTMDeopt = false {ARCH product} {default}
bool UseRTMLocking = false {ARCH product} {default}
bool UseSHA = true {product} {default}
bool UseSHM = false {product} {default}
intx UseSSE = 4 {ARCH product} {default}
bool UseSSE42Intrinsics = true {ARCH product} {default}
bool UseSerialGC = true {product} {ergonomic}
bool UseSharedSpaces = true {product} {default}
bool UseShenandoahGC = false {product} {default}
bool UseSignalChaining = true {product} {default}
bool UseStoreImmI16 = false {ARCH product} {default}
bool UseStringDeduplication = false {product} {default}
bool UseSubwordForMaxVector = true {C2 product} {default}
bool UseSuperWord = true {C2 product} {default}
bool UseTLAB = true {product} {default}
bool UseThreadPriorities = true {pd product} {default}
bool UseTransparentHugePages = true {product} {command line}
bool UseTypeProfile = true {product} {default}
bool UseTypeSpeculation = true {C2 product} {default}
bool UseUnalignedLoadStores = true {ARCH product} {default}
bool UseVectorCmov = false {C2 product} {default}
bool UseXMMForArrayCopy = true {product} {default}
bool UseXMMForObjInit = true {ARCH product} {default}
bool UseXmmI2D = false {ARCH product} {default}
bool UseXmmI2F = false {ARCH product} {default}
bool UseXmmLoadAndClearUpper = true {ARCH product} {default}
bool UseXmmRegToRegMoveAll = true {ARCH product} {default}
bool UseZGC = false {product} {default}
intx VMThreadPriority = -1 {product} {default}
intx VMThreadStackSize = 1024 {pd product} {default}
intx ValueMapInitialSize = 11 {C1 product} {default}
intx ValueMapMaxLoopSize = 8 {C1 product} {default}
intx ValueSearchLimit = 1000 {C2 product} {default}
bool VerifySharedSpaces = false {product} {default}
uintx YoungGenerationSizeIncrement = 20 {product} {default}
uintx YoungGenerationSizeSupplement = 80 {product} {default}
uintx YoungGenerationSizeSupplementDecay = 8 {product} {default}
size_t YoungPLABSize = 4096 {product} {default}
double ZAllocationSpikeTolerance = 2.000000 {product} {default}
double ZCollectionInterval = 0.000000 {product} {default}
double ZFragmentationLimit = 25.000000 {product} {default}
size_t ZMarkStackSpaceLimit = 8589934592 {product} {default}
bool ZProactive = true {product} {default}
bool ZUncommit = true {product} {default}
uintx ZUncommitDelay = 300 {product} {default}
bool ZeroTLAB = false {product} {default}
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: v3.5.3
:: Spring Cloud Stream :: v
:: Spring Cloud Function :: v
{"timestamp":"2026-09-17 15:43:39.861","message":"Starting DepoInvoiceApplication vmaster-SNAPSHOT using Java 17.0.17 with PID 1 (/app/depo-invoice.jar started by app in /app)","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.DepoInvoiceApplication","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:39.875","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.DepoInvoiceApplication","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:45.112","message":"Bootstrapping Spring Data JPA repositories in DEFAULT mode.","logger_name":"org.springframework.data.repository.config.RepositoryConfigurationDelegate","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:45.792","message":"Finished Spring Data repository scanning in 661 ms. Found 0 JPA repository interfaces.","logger_name":"org.springframework.data.repository.config.RepositoryConfigurationDelegate","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:45.948","message":"No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.","logger_name":"org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:45.957","message":"No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.","logger_name":"org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:48.885","message":"Tomcat initialized with port 8080 (http)","logger_name":"org.springframework.boot.web.embedded.tomcat.TomcatWebServer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:48.903","message":"Starting service [Tomcat]","logger_name":"org.apache.catalina.core.StandardService","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:48.904","message":"Starting Servlet engine: [Apache Tomcat/10.1.42]","logger_name":"org.apache.catalina.core.StandardEngine","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:48.988","message":"Initializing Spring embedded WebApplicationContext","logger_name":"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:48.989","message":"Root WebApplicationContext: initialization completed in 9060 ms","logger_name":"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:50.093","message":"HikariPool-1 - Starting...","logger_name":"com.zaxxer.hikari.HikariDataSource","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:50.965","message":"HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@e5c52fa","logger_name":"com.zaxxer.hikari.pool.HikariPool","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:50.967","message":"HikariPool-1 - Start completed.","logger_name":"com.zaxxer.hikari.HikariDataSource","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:53.959","message":"Reading from depo_invoice.databasechangelog","logger_name":"liquibase.changelog","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.887","message":"Database is up to date, no changesets to execute","logger_name":"liquibase.ui","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.895","message":"Reading from depo_invoice.databasechangelog","logger_name":"liquibase.changelog","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"UPDATE SUMMARY","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"Run: 0","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"Previously run: 8","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"Filtered out: 0","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"-------------------------------","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.910","message":"Total change sets: 8","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.911","message":"Update summary generated","logger_name":"liquibase.util","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:54.912","message":"Command execution complete","logger_name":"liquibase.command","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:56.612","message":"HHH000204: Processing PersistenceUnitInfo [name: default]","logger_name":"org.hibernate.jpa.internal.util.LogHelper","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:56.909","message":"HHH000412: Hibernate ORM core version 6.6.18.Final","logger_name":"org.hibernate.Version","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:56.959","message":"HHH000026: Second-level cache disabled","logger_name":"org.hibernate.cache.internal.RegionFactoryInitiator","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:58.016","message":"No LoadTimeWeaver setup: ignoring JPA class transformer","logger_name":"org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:43:58.054","message":"HHH90000021: Encountered deprecated setting [hibernate.temp.use_jdbc_metadata_defaults], use [hibernate.boot.allow_jdbc_metadata_access] instead","logger_name":"org.hibernate.orm.deprecation","thread_name":"main","level":"WARN"}
{"timestamp":"2026-09-17 15:43:58.113","message":"HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)","logger_name":"org.hibernate.orm.deprecation","thread_name":"main","level":"WARN"}
{"timestamp":"2026-09-17 15:43:58.152","message":"HHH10001005: Database info:\n\tDatabase JDBC URL [undefined/unknown]\n\tDatabase driver: undefined/unknown\n\tDatabase version: 12.0\n\tAutocommit mode: undefined/unknown\n\tIsolation level: <unknown>\n\tMinimum pool size: undefined/unknown\n\tMaximum pool size: undefined/unknown","logger_name":"org.hibernate.orm.connections.pooling","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:00.155","message":"HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)","logger_name":"org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:00.165","message":"Initialized JPA EntityManagerFactory for persistence unit 'default'","logger_name":"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:02.933","message":"spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning","logger_name":"org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration","thread_name":"main","level":"WARN"}
{"timestamp":"2026-09-17 15:44:05.924","message":"Using default implementation for ThreadExecutor","logger_name":"org.quartz.impl.StdSchedulerFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.954","message":"Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl","logger_name":"org.quartz.core.SchedulerSignalerImpl","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.955","message":"Quartz Scheduler v2.5.0 created.","logger_name":"org.quartz.core.QuartzScheduler","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.957","message":"RAMJobStore initialized.","logger_name":"org.quartz.simpl.RAMJobStore","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.958","message":"Scheduler meta-data: Quartz Scheduler (v2.5.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'\n Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.\n NOT STARTED.\n Currently in standby mode.\n Number of jobs executed: 0\n Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.\n Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.\n","logger_name":"org.quartz.core.QuartzScheduler","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.959","message":"Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.","logger_name":"org.quartz.impl.StdSchedulerFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.959","message":"Quartz scheduler version: 2.5.0","logger_name":"org.quartz.impl.StdSchedulerFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:05.959","message":"JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2416378c","logger_name":"org.quartz.core.QuartzScheduler","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:06.147","message":"Exposing 4 endpoints beneath base path ''","logger_name":"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:07.121","message":"AdminClientConfig values: \n\tauto.include.jmx.reporter = true\n\tbootstrap.controllers = []\n\tbootstrap.servers = [adapter-ips-appfarm-kafka.isys-myinvestment-dev-links:9092]\n\tclient.dns.lookup = use_all_dns_ips\n\tclient.id = depo-invoice-admin-0\n\tconnections.max.idle.ms = 300000\n\tdefault.api.timeout.ms = 60000\n\tenable.metrics.push = true\n\tmetadata.max.age.ms = 300000\n\tmetadata.recovery.strategy = none\n\tmetric.reporters = []\n\tmetrics.num.samples = 2\n\tmetrics.recording.level = INFO\n\tmetrics.sample.window.ms = 30000\n\treceive.buffer.bytes = 65536\n\treconnect.backoff.max.ms = 1000\n\treconnect.backoff.ms = 50\n\trequest.timeout.ms = 30000\n\tretries = 2147483647\n\tretry.backoff.max.ms = 1000\n\tretry.backoff.ms = 100\n\tsasl.client.callback.handler.class = null\n\tsasl.jaas.config = null\n\tsasl.kerberos.kinit.cmd = /usr/bin/kinit\n\tsasl.kerberos.min.time.before.relogin = 60000\n\tsasl.kerberos.service.name = null\n\tsasl.kerberos.ticket.renew.jitter = 0.05\n\tsasl.kerberos.ticket.renew.window.factor = 0.8\n\tsasl.login.callback.handler.class = null\n\tsasl.login.class = null\n\tsasl.login.connect.timeout.ms = null\n\tsasl.login.read.timeout.ms = null\n\tsasl.login.refresh.buffer.seconds = 300\n\tsasl.login.refresh.min.period.seconds = 60\n\tsasl.login.refresh.window.factor = 0.8\n\tsasl.login.refresh.window.jitter = 0.05\n\tsasl.login.retry.backoff.max.ms = 10000\n\tsasl.login.retry.backoff.ms = 100\n\tsasl.mechanism = GSSAPI\n\tsasl.oauthbearer.clock.skew.seconds = 30\n\tsasl.oauthbearer.expected.audience = null\n\tsasl.oauthbearer.expected.issuer = null\n\tsasl.oauthbearer.header.urlencode = false\n\tsasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100\n\tsasl.oauthbearer.jwks.endpoint.url = null\n\tsasl.oauthbearer.scope.claim.name = scope\n\tsasl.oauthbearer.sub.claim.name = sub\n\tsasl.oauthbearer.token.endpoint.url = null\n\tsecurity.protocol = PLAINTEXT\n\tsecurity.providers = null\n\tsend.buffer.bytes = 131072\n\tsocket.connection.setup.timeout.max.ms = 30000\n\tsocket.connection.setup.timeout.ms = 10000\n\tssl.cipher.suites = null\n\tssl.enabled.protocols = [TLSv1.2, TLSv1.3]\n\tssl.endpoint.identification.algorithm = https\n\tssl.engine.factory.class = null\n\tssl.key.password = null\n\tssl.keymanager.algorithm = SunX509\n\tssl.keystore.certificate.chain = null\n\tssl.keystore.key = null\n\tssl.keystore.location = null\n\tssl.keystore.password = null\n\tssl.keystore.type = JKS\n\tssl.protocol = TLSv1.3\n\tssl.provider = null\n\tssl.secure.random.implementation = null\n\tssl.trustmanager.algorithm = PKIX\n\tssl.truststore.certificates = null\n\tssl.truststore.location = null\n\tssl.truststore.password = null\n\tssl.truststore.type = JKS\n","logger_name":"org.apache.kafka.clients.admin.AdminClientConfig","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:07.934","message":"Kafka version: 3.9.1","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:07.935","message":"Kafka commitId: f745dfdcee2b9851","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:07.935","message":"Kafka startTimeMs: 1789659847932","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:09.967","message":"App info kafka.admin.client for depo-invoice-admin-0 unregistered","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"kafka-admin-client-thread | depo-invoice-admin-0","level":"INFO"}
{"timestamp":"2026-09-17 15:44:09.978","message":"Metrics scheduler closed","logger_name":"org.apache.kafka.common.metrics.Metrics","thread_name":"kafka-admin-client-thread | depo-invoice-admin-0","level":"INFO"}
{"timestamp":"2026-09-17 15:44:09.979","message":"Closing reporter org.apache.kafka.common.metrics.JmxReporter","logger_name":"org.apache.kafka.common.metrics.Metrics","thread_name":"kafka-admin-client-thread | depo-invoice-admin-0","level":"INFO"}
{"timestamp":"2026-09-17 15:44:09.983","message":"Metrics reporters closed","logger_name":"org.apache.kafka.common.metrics.Metrics","thread_name":"kafka-admin-client-thread | depo-invoice-admin-0","level":"INFO"}
{"timestamp":"2026-09-17 15:44:09.995","message":"Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel","logger_name":"org.springframework.integration.endpoint.EventDrivenConsumer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.004","message":"Channel 'depo-invoice.errorChannel' has 1 subscriber(s).","logger_name":"org.springframework.integration.channel.PublishSubscribeChannel","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.005","message":"started bean '_org.springframework.integration.errorLogger'","logger_name":"org.springframework.integration.endpoint.EventDrivenConsumer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.030","message":"Tomcat started on port 8080 (http) with context path '/'","logger_name":"org.springframework.boot.web.embedded.tomcat.TomcatWebServer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.078","message":"ConsumerConfig values: \n\tallow.auto.create.topics = true\n\tauto.commit.interval.ms = 5000\n\tauto.include.jmx.reporter = true\n\tauto.offset.reset = latest\n\tbootstrap.servers = [adapter-ips-appfarm-kafka.isys-myinvestment-dev-links:9092]\n\tcheck.crcs = true\n\tclient.dns.lookup = use_all_dns_ips\n\tclient.id = consumer-DEPO_INVOICE_GROUP-1\n\tclient.rack = \n\tconnections.max.idle.ms = 540000\n\tdefault.api.timeout.ms = 60000\n\tenable.auto.commit = false\n\tenable.metrics.push = true\n\texclude.internal.topics = true\n\tfetch.max.bytes = 52428800\n\tfetch.max.wait.ms = 500\n\tfetch.min.bytes = 1\n\tgroup.id = DEPO_INVOICE_GROUP\n\tgroup.instance.id = null\n\tgroup.protocol = classic\n\tgroup.remote.assignor = null\n\theartbeat.interval.ms = 3000\n\tinterceptor.classes = []\n\tinternal.leave.group.on.close = true\n\tinternal.throw.on.fetch.stable.offset.unsupported = false\n\tisolation.level = read_committed\n\tkey.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n\tmax.partition.fetch.bytes = 1048576\n\tmax.poll.interval.ms = 60000\n\tmax.poll.records = 500\n\tmetadata.max.age.ms = 30000\n\tmetadata.recovery.strategy = none\n\tmetric.reporters = []\n\tmetrics.num.samples = 2\n\tmetrics.recording.level = INFO\n\tmetrics.sample.window.ms = 30000\n\tpartition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]\n\treceive.buffer.bytes = 65536\n\treconnect.backoff.max.ms = 1000\n\treconnect.backoff.ms = 50\n\trequest.timeout.ms = 30000\n\tretry.backoff.max.ms = 1000\n\tretry.backoff.ms = 100\n\tsasl.client.callback.handler.class = null\n\tsasl.jaas.config = null\n\tsasl.kerberos.kinit.cmd = /usr/bin/kinit\n\tsasl.kerberos.min.time.before.relogin = 60000\n\tsasl.kerberos.service.name = null\n\tsasl.kerberos.ticket.renew.jitter = 0.05\n\tsasl.kerberos.ticket.renew.window.factor = 0.8\n\tsasl.login.callback.handler.class = null\n\tsasl.login.class = null\n\tsasl.login.connect.timeout.ms = null\n\tsasl.login.read.timeout.ms = null\n\tsasl.login.refresh.buffer.seconds = 300\n\tsasl.login.refresh.min.period.seconds = 60\n\tsasl.login.refresh.window.factor = 0.8\n\tsasl.login.refresh.window.jitter = 0.05\n\tsasl.login.retry.backoff.max.ms = 10000\n\tsasl.login.retry.backoff.ms = 100\n\tsasl.mechanism = GSSAPI\n\tsasl.oauthbearer.clock.skew.seconds = 30\n\tsasl.oauthbearer.expected.audience = null\n\tsasl.oauthbearer.expected.issuer = null\n\tsasl.oauthbearer.header.urlencode = false\n\tsasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100\n\tsasl.oauthbearer.jwks.endpoint.url = null\n\tsasl.oauthbearer.scope.claim.name = scope\n\tsasl.oauthbearer.sub.claim.name = sub\n\tsasl.oauthbearer.token.endpoint.url = null\n\tsecurity.protocol = PLAINTEXT\n\tsecurity.providers = null\n\tsend.buffer.bytes = 131072\n\tsession.timeout.ms = 30000\n\tsocket.connection.setup.timeout.max.ms = 30000\n\tsocket.connection.setup.timeout.ms = 10000\n\tssl.cipher.suites = null\n\tssl.enabled.protocols = [TLSv1.2, TLSv1.3]\n\tssl.endpoint.identification.algorithm = https\n\tssl.engine.factory.class = null\n\tssl.key.password = null\n\tssl.keymanager.algorithm = SunX509\n\tssl.keystore.certificate.chain = null\n\tssl.keystore.key = null\n\tssl.keystore.location = null\n\tssl.keystore.password = null\n\tssl.keystore.type = JKS\n\tssl.protocol = TLSv1.3\n\tssl.provider = null\n\tssl.secure.random.implementation = null\n\tssl.trustmanager.algorithm = PKIX\n\tssl.truststore.certificates = null\n\tssl.truststore.location = null\n\tssl.truststore.password = null\n\tssl.truststore.type = JKS\n\tvalue.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n","logger_name":"org.apache.kafka.clients.consumer.ConsumerConfig","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.137","message":"initializing Kafka metrics collector","logger_name":"org.apache.kafka.common.telemetry.internals.KafkaMetricsCollector","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.812","message":"Kafka version: 3.9.1","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.812","message":"Kafka commitId: f745dfdcee2b9851","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.812","message":"Kafka startTimeMs: 1789659850812","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.833","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Subscribed to topic(s): ips.send-depo-invoice-info-dlt","logger_name":"org.apache.kafka.clients.consumer.internals.ClassicKafkaConsumer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.845","message":"ConsumerConfig values: \n\tallow.auto.create.topics = true\n\tauto.commit.interval.ms = 5000\n\tauto.include.jmx.reporter = true\n\tauto.offset.reset = latest\n\tbootstrap.servers = [adapter-ips-appfarm-kafka.isys-myinvestment-dev-links:9092]\n\tcheck.crcs = true\n\tclient.dns.lookup = use_all_dns_ips\n\tclient.id = consumer-DEPO_INVOICE_GROUP-2\n\tclient.rack = \n\tconnections.max.idle.ms = 540000\n\tdefault.api.timeout.ms = 60000\n\tenable.auto.commit = false\n\tenable.metrics.push = true\n\texclude.internal.topics = true\n\tfetch.max.bytes = 52428800\n\tfetch.max.wait.ms = 500\n\tfetch.min.bytes = 1\n\tgroup.id = DEPO_INVOICE_GROUP\n\tgroup.instance.id = null\n\tgroup.protocol = classic\n\tgroup.remote.assignor = null\n\theartbeat.interval.ms = 3000\n\tinterceptor.classes = []\n\tinternal.leave.group.on.close = true\n\tinternal.throw.on.fetch.stable.offset.unsupported = false\n\tisolation.level = read_committed\n\tkey.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n\tmax.partition.fetch.bytes = 1048576\n\tmax.poll.interval.ms = 60000\n\tmax.poll.records = 500\n\tmetadata.max.age.ms = 30000\n\tmetadata.recovery.strategy = none\n\tmetric.reporters = []\n\tmetrics.num.samples = 2\n\tmetrics.recording.level = INFO\n\tmetrics.sample.window.ms = 30000\n\tpartition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]\n\treceive.buffer.bytes = 65536\n\treconnect.backoff.max.ms = 1000\n\treconnect.backoff.ms = 50\n\trequest.timeout.ms = 30000\n\tretry.backoff.max.ms = 1000\n\tretry.backoff.ms = 100\n\tsasl.client.callback.handler.class = null\n\tsasl.jaas.config = null\n\tsasl.kerberos.kinit.cmd = /usr/bin/kinit\n\tsasl.kerberos.min.time.before.relogin = 60000\n\tsasl.kerberos.service.name = null\n\tsasl.kerberos.ticket.renew.jitter = 0.05\n\tsasl.kerberos.ticket.renew.window.factor = 0.8\n\tsasl.login.callback.handler.class = null\n\tsasl.login.class = null\n\tsasl.login.connect.timeout.ms = null\n\tsasl.login.read.timeout.ms = null\n\tsasl.login.refresh.buffer.seconds = 300\n\tsasl.login.refresh.min.period.seconds = 60\n\tsasl.login.refresh.window.factor = 0.8\n\tsasl.login.refresh.window.jitter = 0.05\n\tsasl.login.retry.backoff.max.ms = 10000\n\tsasl.login.retry.backoff.ms = 100\n\tsasl.mechanism = GSSAPI\n\tsasl.oauthbearer.clock.skew.seconds = 30\n\tsasl.oauthbearer.expected.audience = null\n\tsasl.oauthbearer.expected.issuer = null\n\tsasl.oauthbearer.header.urlencode = false\n\tsasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100\n\tsasl.oauthbearer.jwks.endpoint.url = null\n\tsasl.oauthbearer.scope.claim.name = scope\n\tsasl.oauthbearer.sub.claim.name = sub\n\tsasl.oauthbearer.token.endpoint.url = null\n\tsecurity.protocol = PLAINTEXT\n\tsecurity.providers = null\n\tsend.buffer.bytes = 131072\n\tsession.timeout.ms = 30000\n\tsocket.connection.setup.timeout.max.ms = 30000\n\tsocket.connection.setup.timeout.ms = 10000\n\tssl.cipher.suites = null\n\tssl.enabled.protocols = [TLSv1.2, TLSv1.3]\n\tssl.endpoint.identification.algorithm = https\n\tssl.engine.factory.class = null\n\tssl.key.password = null\n\tssl.keymanager.algorithm = SunX509\n\tssl.keystore.certificate.chain = null\n\tssl.keystore.key = null\n\tssl.keystore.location = null\n\tssl.keystore.password = null\n\tssl.keystore.type = JKS\n\tssl.protocol = TLSv1.3\n\tssl.provider = null\n\tssl.secure.random.implementation = null\n\tssl.trustmanager.algorithm = PKIX\n\tssl.truststore.certificates = null\n\tssl.truststore.location = null\n\tssl.truststore.password = null\n\tssl.truststore.type = JKS\n\tvalue.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n","logger_name":"org.apache.kafka.clients.consumer.ConsumerConfig","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.847","message":"initializing Kafka metrics collector","logger_name":"org.apache.kafka.common.telemetry.internals.KafkaMetricsCollector","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.854","message":"Kafka version: 3.9.1","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.855","message":"Kafka commitId: f745dfdcee2b9851","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.855","message":"Kafka startTimeMs: 1789659850854","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.865","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Subscribed to topic(s): ips.send-depo-invoice-info","logger_name":"org.apache.kafka.clients.consumer.internals.ClassicKafkaConsumer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.868","message":"ConsumerConfig values: \n\tallow.auto.create.topics = true\n\tauto.commit.interval.ms = 5000\n\tauto.include.jmx.reporter = true\n\tauto.offset.reset = latest\n\tbootstrap.servers = [adapter-ips-appfarm-kafka.isys-myinvestment-dev-links:9092]\n\tcheck.crcs = true\n\tclient.dns.lookup = use_all_dns_ips\n\tclient.id = consumer-DEPO_INVOICE_GROUP-3\n\tclient.rack = \n\tconnections.max.idle.ms = 540000\n\tdefault.api.timeout.ms = 60000\n\tenable.auto.commit = false\n\tenable.metrics.push = true\n\texclude.internal.topics = true\n\tfetch.max.bytes = 52428800\n\tfetch.max.wait.ms = 500\n\tfetch.min.bytes = 1\n\tgroup.id = DEPO_INVOICE_GROUP\n\tgroup.instance.id = null\n\tgroup.protocol = classic\n\tgroup.remote.assignor = null\n\theartbeat.interval.ms = 3000\n\tinterceptor.classes = []\n\tinternal.leave.group.on.close = true\n\tinternal.throw.on.fetch.stable.offset.unsupported = false\n\tisolation.level = read_committed\n\tkey.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n\tmax.partition.fetch.bytes = 1048576\n\tmax.poll.interval.ms = 60000\n\tmax.poll.records = 500\n\tmetadata.max.age.ms = 30000\n\tmetadata.recovery.strategy = none\n\tmetric.reporters = []\n\tmetrics.num.samples = 2\n\tmetrics.recording.level = INFO\n\tmetrics.sample.window.ms = 30000\n\tpartition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]\n\treceive.buffer.bytes = 65536\n\treconnect.backoff.max.ms = 1000\n\treconnect.backoff.ms = 50\n\trequest.timeout.ms = 30000\n\tretry.backoff.max.ms = 1000\n\tretry.backoff.ms = 100\n\tsasl.client.callback.handler.class = null\n\tsasl.jaas.config = null\n\tsasl.kerberos.kinit.cmd = /usr/bin/kinit\n\tsasl.kerberos.min.time.before.relogin = 60000\n\tsasl.kerberos.service.name = null\n\tsasl.kerberos.ticket.renew.jitter = 0.05\n\tsasl.kerberos.ticket.renew.window.factor = 0.8\n\tsasl.login.callback.handler.class = null\n\tsasl.login.class = null\n\tsasl.login.connect.timeout.ms = null\n\tsasl.login.read.timeout.ms = null\n\tsasl.login.refresh.buffer.seconds = 300\n\tsasl.login.refresh.min.period.seconds = 60\n\tsasl.login.refresh.window.factor = 0.8\n\tsasl.login.refresh.window.jitter = 0.05\n\tsasl.login.retry.backoff.max.ms = 10000\n\tsasl.login.retry.backoff.ms = 100\n\tsasl.mechanism = GSSAPI\n\tsasl.oauthbearer.clock.skew.seconds = 30\n\tsasl.oauthbearer.expected.audience = null\n\tsasl.oauthbearer.expected.issuer = null\n\tsasl.oauthbearer.header.urlencode = false\n\tsasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100\n\tsasl.oauthbearer.jwks.endpoint.url = null\n\tsasl.oauthbearer.scope.claim.name = scope\n\tsasl.oauthbearer.sub.claim.name = sub\n\tsasl.oauthbearer.token.endpoint.url = null\n\tsecurity.protocol = PLAINTEXT\n\tsecurity.providers = null\n\tsend.buffer.bytes = 131072\n\tsession.timeout.ms = 30000\n\tsocket.connection.setup.timeout.max.ms = 30000\n\tsocket.connection.setup.timeout.ms = 10000\n\tssl.cipher.suites = null\n\tssl.enabled.protocols = [TLSv1.2, TLSv1.3]\n\tssl.endpoint.identification.algorithm = https\n\tssl.engine.factory.class = null\n\tssl.key.password = null\n\tssl.keymanager.algorithm = SunX509\n\tssl.keystore.certificate.chain = null\n\tssl.keystore.key = null\n\tssl.keystore.location = null\n\tssl.keystore.password = null\n\tssl.keystore.type = JKS\n\tssl.protocol = TLSv1.3\n\tssl.provider = null\n\tssl.secure.random.implementation = null\n\tssl.trustmanager.algorithm = PKIX\n\tssl.truststore.certificates = null\n\tssl.truststore.location = null\n\tssl.truststore.password = null\n\tssl.truststore.type = JKS\n\tvalue.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer\n","logger_name":"org.apache.kafka.clients.consumer.ConsumerConfig","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.869","message":"initializing Kafka metrics collector","logger_name":"org.apache.kafka.common.telemetry.internals.KafkaMetricsCollector","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.875","message":"Kafka version: 3.9.1","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.875","message":"Kafka commitId: f745dfdcee2b9851","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.875","message":"Kafka startTimeMs: 1789659850875","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.884","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Subscribed to topic(s): ips.send-depo-invoice-info-retry","logger_name":"org.apache.kafka.clients.consumer.internals.ClassicKafkaConsumer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.886","message":"Starting Quartz Scheduler now","logger_name":"org.springframework.scheduling.quartz.SchedulerFactoryBean","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.887","message":"Scheduler quartzScheduler_$_NON_CLUSTERED started.","logger_name":"org.quartz.core.QuartzScheduler","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.888","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Cluster ID: S-3DONBhQFeAfqIFGUIOtQ","logger_name":"org.apache.kafka.clients.Metadata","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.904","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Discovered group coordinator adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9095 (id: 2147483646 rack: null)","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.908","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.908","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Cluster ID: S-3DONBhQFeAfqIFGUIOtQ","logger_name":"org.apache.kafka.clients.Metadata","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.911","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Discovered group coordinator adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9095 (id: 2147483646 rack: null)","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.912","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.915","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Cluster ID: S-3DONBhQFeAfqIFGUIOtQ","logger_name":"org.apache.kafka.clients.Metadata","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.916","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Discovered group coordinator adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9095 (id: 2147483646 rack: null)","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.918","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.932","message":"Started DepoInvoiceApplication in 33.002 seconds (process running for 36.791)","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.DepoInvoiceApplication","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.956","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Request joining group due to: need to re-join with the given member-id: consumer-DEPO_INVOICE_GROUP-1-43d7f142-98c0-41b1-a44e-d3b640697265","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.957","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Request joining group due to: need to re-join with the given member-id: consumer-DEPO_INVOICE_GROUP-3-a3fdaf80-47b8-4178-ae1b-c2f5256fa232","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.957","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Request joining group due to: need to re-join with the given member-id: consumer-DEPO_INVOICE_GROUP-2-f67c26dc-d761-4a6e-b0b7-14bb609c33e3","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.957","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.957","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.957","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] (Re-)joining group","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.962","message":"Actual settings: Settings[isSendToSnapShotTopic=true]","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.service.processing.SettingProcessing","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:10.965","message":"Launching message sending to the Kafka topic","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.service.SendDepositaryInvoicesReqService","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.787","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Successfully joined group with generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-1-43d7f142-98c0-41b1-a44e-d3b640697265', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.787","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Successfully joined group with generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-2-f67c26dc-d761-4a6e-b0b7-14bb609c33e3', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.787","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Successfully joined group with generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-3-a3fdaf80-47b8-4178-ae1b-c2f5256fa232', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.791","message":"Launching message sending to the Kafka topic: snapShot-out-0","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.kafka.producer.SnapShotProducer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.796","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Successfully synced group in generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-3-a3fdaf80-47b8-4178-ae1b-c2f5256fa232', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.796","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Successfully synced group in generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-1-43d7f142-98c0-41b1-a44e-d3b640697265', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.796","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Successfully synced group in generation Generation{generationId=822, memberId='consumer-DEPO_INVOICE_GROUP-2-f67c26dc-d761-4a6e-b0b7-14bb609c33e3', protocol='range'}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.799","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Notifying assignor about the new Assignment(partitions=[ips.send-depo-invoice-info-retry-0])","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.799","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Notifying assignor about the new Assignment(partitions=[])","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.799","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Notifying assignor about the new Assignment(partitions=[ips.send-depo-invoice-info-dlt-0])","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerCoordinator","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.800","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-2, groupId=DEPO_INVOICE_GROUP] Adding newly assigned partitions: ","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.802","message":"DEPO_INVOICE_GROUP: partitions assigned: []","logger_name":"org.springframework.kafka.listener.KafkaMessageListenerContainer","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.802","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Adding newly assigned partitions: ips.send-depo-invoice-info-retry-0","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.802","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-1, groupId=DEPO_INVOICE_GROUP] Adding newly assigned partitions: ips.send-depo-invoice-info-dlt-0","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.816","message":"Setting offset for partition ips.send-depo-invoice-info-retry-0 to the committed offset FetchPosition{offset=13462, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9094 (id: 2 rack: null)], epoch=73}}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerUtils","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.816","message":"Setting offset for partition ips.send-depo-invoice-info-dlt-0 to the committed offset FetchPosition{offset=97290, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9094 (id: 2 rack: null)], epoch=71}}","logger_name":"org.apache.kafka.clients.consumer.internals.ConsumerUtils","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.820","message":"DEPO_INVOICE_GROUP: partitions assigned: [ips.send-depo-invoice-info-retry-0]","logger_name":"org.springframework.kafka.listener.KafkaMessageListenerContainer","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.820","message":"DEPO_INVOICE_GROUP: partitions assigned: [ips.send-depo-invoice-info-dlt-0]","logger_name":"org.springframework.kafka.listener.KafkaMessageListenerContainer","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-dlt-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.874","message":"Sending message GenericMessage [payload={\"SendDepositaryInvoicesReq\":{\"RequestDateTime\":\"2026-09-17T15:44:11.129095343\",\"DepoContractNumber\":\"47423810798000107552\",\"ClientId\":{\"ObjectId\":\"526241552718\"},\"TotalAmountList\":{\"Value\":52.0600,\"Currency\":\"RUB\"}}}, headers={id=cf624882-abae-253b-6ea4-baf4af6ff851, timestamp=1789659851874}]","logger_name":"ru.rshbintech.it_invest.backoffice.myinvestment.depo.invoice.kafka.producer.SnapShotProducer","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.876","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Fetch position FetchPosition{offset=13462, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9094 (id: 2 rack: null)], epoch=73}} is out of range for partition ips.send-depo-invoice-info-retry-0, resetting offset","logger_name":"org.apache.kafka.clients.consumer.internals.FetchCollector","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.880","message":"Creating binder: sinv-kafka","logger_name":"org.springframework.cloud.stream.binder.DefaultBinderFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.881","message":"Constructing binder child context for sinv-kafka","logger_name":"org.springframework.cloud.stream.binder.DefaultBinderFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:11.890","message":"[Consumer clientId=consumer-DEPO_INVOICE_GROUP-3, groupId=DEPO_INVOICE_GROUP] Resetting offset for partition ips.send-depo-invoice-info-retry-0 to position FetchPosition{offset=13589, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[adapter-ips-appfarm-kafka.isys-myinvestment-dev-links.svc.cluster.local:9094 (id: 2 rack: null)], epoch=73}}.","logger_name":"org.apache.kafka.clients.consumer.internals.SubscriptionState","thread_name":"org.springframework.kafka.KafkaListenerEndpointContainer#0-retry-0-C-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.084","message":"Ignoring provided value(s) for 'group.id'. Use spring.cloud.stream.default.group or spring.cloud.stream.binding.<name>.group to specify the group instead of group.id","logger_name":"org.springframework.cloud.stream.binder.kafka.properties.KafkaBinderConfigurationProperties","thread_name":"main","level":"WARN"}
{"timestamp":"2026-09-17 15:44:12.790","message":"Caching the binder: sinv-kafka","logger_name":"org.springframework.cloud.stream.binder.DefaultBinderFactory","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.823","message":"Using kafka topic for outbound: sinv.depo.invoices.snapshot","logger_name":"org.springframework.cloud.stream.binder.kafka.provisioning.KafkaTopicProvisioner","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.825","message":"AdminClientConfig values: \n\tauto.include.jmx.reporter = true\n\tbootstrap.controllers = []\n\tbootstrap.servers = [adapter-sinv-int-sinv-int-1.isys-myinvestment-dev-links:9092]\n\tclient.dns.lookup = use_all_dns_ips\n\tclient.id = \n\tconnections.max.idle.ms = 300000\n\tdefault.api.timeout.ms = 60000\n\tenable.metrics.push = true\n\tmetadata.max.age.ms = 300000\n\tmetadata.recovery.strategy = none\n\tmetric.reporters = []\n\tmetrics.num.samples = 2\n\tmetrics.recording.level = INFO\n\tmetrics.sample.window.ms = 30000\n\treceive.buffer.bytes = 65536\n\treconnect.backoff.max.ms = 1000\n\treconnect.backoff.ms = 50\n\trequest.timeout.ms = 30000\n\tretries = 2147483647\n\tretry.backoff.max.ms = 1000\n\tretry.backoff.ms = 100\n\tsasl.client.callback.handler.class = null\n\tsasl.jaas.config = null\n\tsasl.kerberos.kinit.cmd = /usr/bin/kinit\n\tsasl.kerberos.min.time.before.relogin = 60000\n\tsasl.kerberos.service.name = null\n\tsasl.kerberos.ticket.renew.jitter = 0.05\n\tsasl.kerberos.ticket.renew.window.factor = 0.8\n\tsasl.login.callback.handler.class = null\n\tsasl.login.class = null\n\tsasl.login.connect.timeout.ms = null\n\tsasl.login.read.timeout.ms = null\n\tsasl.login.refresh.buffer.seconds = 300\n\tsasl.login.refresh.min.period.seconds = 60\n\tsasl.login.refresh.window.factor = 0.8\n\tsasl.login.refresh.window.jitter = 0.05\n\tsasl.login.retry.backoff.max.ms = 10000\n\tsasl.login.retry.backoff.ms = 100\n\tsasl.mechanism = GSSAPI\n\tsasl.oauthbearer.clock.skew.seconds = 30\n\tsasl.oauthbearer.expected.audience = null\n\tsasl.oauthbearer.expected.issuer = null\n\tsasl.oauthbearer.header.urlencode = false\n\tsasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000\n\tsasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100\n\tsasl.oauthbearer.jwks.endpoint.url = null\n\tsasl.oauthbearer.scope.claim.name = scope\n\tsasl.oauthbearer.sub.claim.name = sub\n\tsasl.oauthbearer.token.endpoint.url = null\n\tsecurity.protocol = PLAINTEXT\n\tsecurity.providers = null\n\tsend.buffer.bytes = 131072\n\tsocket.connection.setup.timeout.max.ms = 30000\n\tsocket.connection.setup.timeout.ms = 10000\n\tssl.cipher.suites = null\n\tssl.enabled.protocols = [TLSv1.2, TLSv1.3]\n\tssl.endpoint.identification.algorithm = https\n\tssl.engine.factory.class = null\n\tssl.key.password = null\n\tssl.keymanager.algorithm = SunX509\n\tssl.keystore.certificate.chain = null\n\tssl.keystore.key = null\n\tssl.keystore.location = null\n\tssl.keystore.password = null\n\tssl.keystore.type = JKS\n\tssl.protocol = TLSv1.3\n\tssl.provider = null\n\tssl.secure.random.implementation = null\n\tssl.trustmanager.algorithm = PKIX\n\tssl.truststore.certificates = null\n\tssl.truststore.location = null\n\tssl.truststore.password = null\n\tssl.truststore.type = JKS\n","logger_name":"org.apache.kafka.clients.admin.AdminClientConfig","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.834","message":"Kafka version: 3.9.1","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.835","message":"Kafka commitId: f745dfdcee2b9851","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.835","message":"Kafka startTimeMs: 1789659852834","logger_name":"org.apache.kafka.common.utils.AppInfoParser","thread_name":"main","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.931","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:12.936","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 8 due to node 0 being disconnected (elapsed time since creation: 4ms, elapsed time since send: 4ms, throttle time: 0ms, request timeout: 29974ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.041","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.042","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 12 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.237","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.238","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 16 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29979ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.820","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:13.821","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 20 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29969ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:14.486","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:14.487","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 24 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:15.513","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:15.514","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 28 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29977ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:16.534","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:16.535","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 32 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:17.399","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:17.399","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 36 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:18.420","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:18.421","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 40 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:19.293","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:19.294","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 44 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:20.314","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:20.315","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 48 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:21.314","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:21.314","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 52 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:22.170","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:22.171","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 56 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:23.193","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:23.193","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 60 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:24.217","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:24.217","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 64 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29978ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:25.108","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:25.109","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 68 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:26.129","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:26.129","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 72 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:26.975","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:26.975","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 76 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29975ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:27.971","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:27.972","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 80 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:28.888","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:28.889","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 84 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:29.908","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:29.909","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 88 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:30.865","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:30.865","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 92 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:31.908","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:31.908","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 96 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29961ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:32.925","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:32.926","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 100 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:33.941","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:33.942","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 104 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:34.862","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:34.862","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 108 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29977ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:35.881","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:35.881","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 112 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:36.726","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:36.726","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 116 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:37.717","message":"Initializing Spring DispatcherServlet 'dispatcherServlet'","logger_name":"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]","thread_name":"http-nio-8080-exec-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:37.717","message":"Initializing Servlet 'dispatcherServlet'","logger_name":"org.springframework.web.servlet.DispatcherServlet","thread_name":"http-nio-8080-exec-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:37.721","message":"Completed initialization in 4 ms","logger_name":"org.springframework.web.servlet.DispatcherServlet","thread_name":"http-nio-8080-exec-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:37.750","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:37.750","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 120 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29979ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:38.803","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:38.803","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 124 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:39.828","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:39.829","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 128 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29978ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:40.851","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:40.851","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 132 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:41.701","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:41.702","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 136 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29977ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:42.719","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:42.720","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 140 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:42.903","message":"Failed to create topics","logger_name":"org.springframework.cloud.stream.binder.kafka.provisioning.KafkaTopicProvisioner","thread_name":"main","level":"ERROR"}
{"timestamp":"2026-09-17 15:44:43.035","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.035","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 144 due to node 0 being disconnected (elapsed time since creation: 4ms, elapsed time since send: 4ms, throttle time: 0ms, request timeout: 29974ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.143","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.143","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 148 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.359","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.360","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 152 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29987ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.728","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.728","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 156 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29175ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.786","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:43.786","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 160 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:44.645","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:44.646","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 164 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:44.707","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:44.711","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 168 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 28195ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:45.668","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:45.669","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 172 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:45.733","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:45.733","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 176 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 27169ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:46.563","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:46.564","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 180 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:46.750","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:46.751","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 184 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 26151ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:47.414","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:47.415","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 188 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:47.769","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:47.769","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 192 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 25133ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:48.427","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:48.427","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 196 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:48.652","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:48.653","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 200 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 24250ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:49.449","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:49.450","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 204 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:49.519","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:49.519","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 208 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 23384ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:50.360","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:50.361","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 212 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:50.537","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:50.538","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 216 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 22365ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:51.234","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:51.235","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 220 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:51.463","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:51.463","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 224 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 21439ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:52.254","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:52.254","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 228 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:52.328","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:52.329","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 232 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 20574ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:53.200","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:53.201","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 236 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:53.279","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:53.279","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 240 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 19623ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:54.214","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:54.215","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 244 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29989ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:54.302","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:54.302","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 248 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 18600ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:55.157","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:55.157","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 252 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 17745ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:55.230","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:55.230","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 256 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29987ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.011","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.011","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 260 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 16891ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.144","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.144","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 264 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.983","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:56.983","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 268 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.047","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.047","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 272 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 15855ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.889","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.889","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 276 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29989ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.994","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:57.994","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 280 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 14908ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:58.833","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:58.834","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 284 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.012","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.013","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 288 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 13890ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.857","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.858","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 292 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.929","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:44:59.930","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 296 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 12972ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:00.760","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:00.761","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 300 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:00.940","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:00.941","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 304 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 11961ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:01.762","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:01.762","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 308 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29978ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:01.960","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:01.961","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 312 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 10941ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:02.781","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:02.782","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 316 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:02.884","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:02.884","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 320 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 10017ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:03.629","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:03.630","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 324 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:03.903","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:03.903","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 328 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 8999ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:04.649","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:04.649","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 332 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:04.921","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:04.921","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 336 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 7981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:05.667","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:05.668","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 340 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:05.921","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:05.922","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 344 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 6980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:06.689","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:06.690","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 348 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:06.936","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:06.936","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 352 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 5966ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:07.709","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:07.709","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 356 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:07.955","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:07.955","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 360 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 4947ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:08.726","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:08.726","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 364 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:08.976","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:08.976","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 368 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 3926ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:09.742","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:09.742","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 372 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:09.823","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:09.824","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 376 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 3078ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:10.664","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:10.665","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 380 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:10.822","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:10.822","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 384 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 2080ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:11.523","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:11.524","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 388 due to node 0 being disconnected (elapsed time since creation: 7ms, elapsed time since send: 7ms, throttle time: 0ms, request timeout: 29972ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:11.843","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:11.843","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 392 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 1059ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:12.520","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:12.520","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 396 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:12.860","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:12.861","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 400 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 42ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.005","message":"Failed to create topics","logger_name":"org.springframework.cloud.stream.binder.kafka.provisioning.KafkaTopicProvisioner","thread_name":"main","level":"ERROR"}
{"timestamp":"2026-09-17 15:45:13.238","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.239","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 404 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29969ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.375","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.376","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 408 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.534","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.535","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 412 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29472ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.596","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.596","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 416 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29987ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.996","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:13.997","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 420 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:14.556","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:14.557","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 424 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 28450ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:14.728","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:14.729","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 428 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:15.573","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:15.574","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 432 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 27433ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:15.753","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:15.753","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 436 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29980ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:16.476","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:16.477","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 440 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 26530ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:16.775","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:16.775","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 444 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:17.492","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:17.492","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 448 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 25515ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:17.792","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:17.792","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 452 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:18.515","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:18.515","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 456 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 24492ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:18.640","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:18.641","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 460 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:19.534","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:19.534","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 464 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 23473ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:19.660","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:19.660","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 468 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:20.549","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:20.549","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 472 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 22458ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:20.680","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:20.680","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 476 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:21.568","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:21.568","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 480 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 21439ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:21.641","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:21.643","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 484 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:22.595","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:22.596","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 488 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 20411ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:22.674","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:22.674","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 492 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:23.619","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:23.619","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 496 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 19389ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:23.690","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:23.690","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 500 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29982ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:24.599","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:24.599","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 504 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 18407ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:24.675","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:24.675","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 508 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29977ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:25.467","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:25.468","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 512 due to node 0 being disconnected (elapsed time since creation: 5ms, elapsed time since send: 5ms, throttle time: 0ms, request timeout: 17543ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:25.693","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:25.693","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 516 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:26.472","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:26.473","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 520 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 16535ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:26.657","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:26.658","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 524 due to node 0 being disconnected (elapsed time since creation: 5ms, elapsed time since send: 5ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:27.391","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:27.392","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 528 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 15615ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:27.677","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:27.677","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 532 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:28.406","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:28.407","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 536 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 14600ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:28.666","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:28.666","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 540 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29978ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:29.431","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:29.432","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 544 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 13576ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:29.566","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:29.566","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 548 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:30.449","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:30.449","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 552 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 12558ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:30.581","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:30.582","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 556 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:31.467","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:31.468","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 560 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 11539ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:31.529","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:31.529","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 564 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:32.484","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:32.485","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 568 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 10523ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:32.557","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:32.558","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 572 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:33.507","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:33.507","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 576 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 9500ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:33.591","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:33.592","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 580 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29968ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:34.374","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:34.374","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 584 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 8633ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:34.543","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:34.543","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 588 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:35.394","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:35.395","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 592 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 7613ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:35.569","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:35.569","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 596 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29976ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:36.353","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:36.353","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 600 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 6654ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:36.522","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:36.522","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 604 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29989ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:37.354","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:37.354","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 608 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 5652ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:37.535","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:37.535","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 612 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:38.246","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:38.246","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 616 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 4762ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:38.531","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:38.531","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 620 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:39.260","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:39.260","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 624 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 3746ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:39.548","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:39.548","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 628 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:40.278","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:40.278","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 632 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 2729ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:40.517","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:40.517","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 636 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:41.116","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:41.117","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 640 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 1890ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:41.535","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:41.535","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 644 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:42.130","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:42.131","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 648 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 876ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:42.559","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:42.559","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 652 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29979ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.207","message":"Failed to create topics","logger_name":"org.springframework.cloud.stream.binder.kafka.provisioning.KafkaTopicProvisioner","thread_name":"main","level":"ERROR"}
{"timestamp":"2026-09-17 15:45:43.589","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.589","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 656 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29619ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.650","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.650","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 660 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.770","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.771","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 664 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.964","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:43.964","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 668 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:44.402","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:44.402","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 672 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:44.606","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:44.606","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 676 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 28602ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.089","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.090","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 680 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29981ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.624","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.625","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 684 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 27583ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.935","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:45.936","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 688 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:46.642","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:46.642","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 692 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 26565ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:46.776","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:46.776","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 696 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:47.645","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:47.646","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 700 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 25562ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:47.809","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:47.809","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 704 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29969ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:48.623","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:48.623","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 708 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 24585ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:48.827","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:48.827","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 712 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29985ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:49.710","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:49.710","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 716 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 23498ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:49.781","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:49.781","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 720 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:50.723","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:50.724","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 724 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 22484ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:50.800","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:50.800","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 728 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29983ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:51.689","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:51.690","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 732 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 21518ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:51.813","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:51.813","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 736 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29989ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:52.704","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:52.705","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 740 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 20503ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:52.760","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:52.760","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 744 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:53.604","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:53.605","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 748 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 19603ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:53.782","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:53.782","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 752 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29979ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:54.623","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:54.623","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 756 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 18584ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:54.808","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:54.809","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 760 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29976ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:55.639","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:55.640","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 764 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 17568ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:55.707","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:55.707","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 768 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29987ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:56.547","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:56.548","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 772 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 16661ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:56.603","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:56.603","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 776 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29988ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:57.438","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:57.439","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 780 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 15769ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:57.622","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:57.622","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 784 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:58.459","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:58.460","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 788 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 14749ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:58.641","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:58.641","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 792 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:59.305","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:59.306","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 796 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 13902ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:59.656","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:45:59.657","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 800 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29986ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:46:00.322","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:46:00.322","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 804 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 12885ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:46:00.674","message":"[AdminClient clientId=adminclient-1] Node 0 disconnected.","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
{"timestamp":"2026-09-17 15:46:00.674","message":"[AdminClient clientId=adminclient-1] Cancelled in-flight CREATE_TOPICS request with correlation id 808 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, throttle time: 0ms, request timeout: 29984ms)","logger_name":"org.apache.kafka.clients.NetworkClient","thread_name":"kafka-admin-client-thread | adminclient-1","level":"INFO"}
dmitriev-aal@VDI-Dmitriev-A:~$