[
https://issues.apache.org/jira/browse/IGNITE-19613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851977#comment-17851977
]
Andrei Nadyktov commented on IGNITE-19613:
------------------------------------------
Kafka consumers logs example:
{code}
[2024-06-04T11:40:09,943][INFO ][applier-thread-1][AppInfoParser] Kafka
version: 3.4.0
[2024-06-04T11:40:09,943][INFO ][applier-thread-1][AppInfoParser] Kafka
commitId: 2e1947d240607d53
[2024-06-04T11:40:09,943][INFO ][applier-thread-1][AppInfoParser] Kafka
startTimeMs: 1717490409943
[2024-06-04T11:40:09,943][INFO ][applier-thread-2][AppInfoParser] Kafka
version: 3.4.0
[2024-06-04T11:40:09,943][INFO ][applier-thread-1][KafkaConsumer] [Consumer
clientId=consumer-kafka-to-ignite-3, groupId=kafka-to-ignite] Assigned to
partition(s): ignite-4
[2024-06-04T11:40:09,943][INFO ][applier-thread-2][AppInfoParser] Kafka
commitId: 2e1947d240607d53
[2024-06-04T11:40:09,943][INFO ][applier-thread-2][AppInfoParser] Kafka
startTimeMs: 1717490409943
[2024-06-04T11:40:09,944][INFO ][applier-thread-2][KafkaConsumer] [Consumer
clientId=consumer-kafka-to-ignite-4, groupId=kafka-to-ignite] Assigned to
partition(s): ignite-8
[2024-06-04T11:40:09,944][INFO ][applier-thread-3][AppInfoParser] Kafka
version: 3.4.0
[2024-06-04T11:40:09,944][INFO ][applier-thread-3][AppInfoParser] Kafka
commitId: 2e1947d240607d53
[2024-06-04T11:40:09,944][INFO ][applier-thread-3][AppInfoParser] Kafka
startTimeMs: 1717490409944
[2024-06-04T11:40:09,944][INFO ][applier-thread-3][KafkaConsumer] [Consumer
clientId=consumer-kafka-to-ignite-5, groupId=kafka-to-ignite] Assigned to
partition(s): ignite-12
[2024-06-04T11:40:09,944][INFO ][applier-thread-0][AppInfoParser] Kafka
version: 3.4.0
[2024-06-04T11:40:09,944][INFO ][applier-thread-0][AppInfoParser] Kafka
commitId: 2e1947d240607d53
[2024-06-04T11:40:09,944][INFO ][applier-thread-0][AppInfoParser] Kafka
startTimeMs: 1717490409944
[2024-06-04T11:40:09,944][INFO ][applier-thread-0][KafkaConsumer] [Consumer
clientId=consumer-kafka-to-ignite-2, groupId=kafka-to-ignite] Assigned to
partition(s): ignite-0
[2024-06-04T11:40:09,946][INFO ][applier-thread-2][ConsumerConfig]
ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.include.jmx.reporter = true
auto.offset.reset = earliest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-kafka-to-ignite-6
...{code}
> 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)