[
https://issues.apache.org/jira/browse/IGNITE-19613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851972#comment-17851972
]
Andrei Nadyktov edited comment on IGNITE-19613 at 6/4/24 9:21 AM:
------------------------------------------------------------------
Kafka producers logs example:
{code:java}
2024-06-04 11:41:44.379 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-0 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.379 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-5 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.380 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-10 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.380 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-15 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.380 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-13 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.380 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-8 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.380 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-2 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.381 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-12 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.381 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-14 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.381 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-9 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.381 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-11 to 0 since the associated
topicId changed
from null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.381 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-1 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.382 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-4 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.382 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-6 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.382 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-7 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw
2024-06-04 11:41:44.382 [INFO ][kafka-producer-network-thread |
producer-1][org.apache.kafka.clients.Metadata] [Producer clientId=producer-1]
Resetting the last seen epoch of partition ignite-3 to 0 since the associated
topicId changed f
rom null to e35aPIGLRsWWpSkJ-14Euw {code}
was (Author: JIRAUSER304643):
Kafka producers logs example:
!image.png!
> Add log4j-slf4j-impl dependency into ignite-cdc-ext
> ---------------------------------------------------
>
> Key: IGNITE-19613
> URL: https://issues.apache.org/jira/browse/IGNITE-19613
> Project: Ignite
> Issue Type: Task
> Components: extensions
> Reporter: Ilya Shishkov
> Assignee: Andrei Nadyktov
> Priority: Minor
> Labels: IEP-59, ise
> Fix For: 2.17
>
> Attachments: image.png, image2.png
>
>
> log4j-slf4j-impl dependency is necessary in order to log messages of Kafka
> clients, currently such messages are absent in log.
> *NB:* dependency must be present in assemblied module.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)