You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i saw issue #903 as being closed but also, i am still seeing the same behavior:
i have a topic which i write few events to, first event has been written to partition 0. the topic has 6 partitions, this is what is written to the topic (and correctly backed-up to s3 via the s3-sink-connector):
#1#id4#2024-09-13T10:31:04+02:00#hello world 4
#4#id2#2024-09-13T10:14:51+02:00#hello world
#2#id7#2024-09-13T10:31:05+02:00#hello world 7
#1#id6#2024-09-13T10:31:05+02:00#hello world 6
#4#id14#2024-09-13T10:53:29+02:00#hello world 14
#1#id13#2024-09-13T10:53:29+02:00#hello world 13
#4#id20#2024-09-13T10:53:32+02:00#hello world 20
#2#id19#2024-09-13T10:53:31+02:00#hello world 19
#1#id15#2024-09-13T10:53:29+02:00#hello world 15
#1#id18#2024-09-13T10:53:31+02:00#hello world 18
#0#id1#2024-09-13T09:34:41+02:00#test-event
#0#id5#2024-09-13T10:31:04+02:00#hello world 5
#5#id1#2024-09-13T09:48:11+02:00#test-event
#5#id3#2024-09-13T10:31:03+02:00#hello world 3
#5#id8#2024-09-13T10:31:06+02:00#hello world 8
#5#id9#2024-09-13T10:31:06+02:00#hello world 9
#3#id10#2024-09-13T10:31:07+02:00#hello world 10
#3#id11#2024-09-13T10:53:28+02:00#hello world 11
#3#id16#2024-09-13T10:53:30+02:00#hello world 16
#5#id12#2024-09-13T10:53:28+02:00#hello world 12
#5#id17#2024-09-13T10:53:30+02:00#hello world 17
and this is what is restored:
#5#id1#2024-09-13T09:48:11+02:00#test-event
#5#id3#2024-09-13T10:31:03+02:00#hello world 3
#0#id1#2024-09-12T13:30:37+02:00#test-event
#5#id8#2024-09-13T10:31:06+02:00#hello world 8
#5#id9#2024-09-13T10:31:06+02:00#hello world 9
#5#id12#2024-09-13T10:53:28+02:00#hello world 12
#5#id17#2024-09-13T10:53:30+02:00#hello world 17
you see that there has been one entry written to partition 0. the first one. at that time, there has been no other partition, so this was the "last" partition at that time. after writing more to the topic, the "last" partition was partition 5 then.
also, this can be seen in the internal kafka connect topic for storing the source connector offsets:
you see that it had partition 0 first, but then, it pointed to partition 5 only.
i dont know too much about the details but i was wondering how the source connector is storing the offsets for each partition? shouldnt there be a taskId or partition id in the offset-topic entry key too? the way, it looks seems like something is overwriting the individual partition-data and only the last one survives?
What version of the Stream Reactor are you reporting this issue for?
kafka-connect-aws-s3-assembly-7.4.5.jar
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
kafka 3.8.0
What is the expected behaviour?
source connector to mirror all partitions
What was observed?
it only follows the last partition
What is your Connect cluster configuration (connect-avro-distributed.properties)?
i saw issue #903 as being closed but also, i am still seeing the same behavior:
i have a topic which i write few events to, first event has been written to partition 0. the topic has 6 partitions, this is what is written to the topic (and correctly backed-up to s3 via the s3-sink-connector):
(format:
#<partition>#<key>#<timestamp>#<message>
)and this is what is restored:
you see that there has been one entry written to partition 0. the first one. at that time, there has been no other partition, so this was the "last" partition at that time. after writing more to the topic, the "last" partition was partition 5 then.
also, this can be seen in the internal kafka connect topic for storing the source connector offsets:
you see that it had partition 0 first, but then, it pointed to partition 5 only.
i dont know too much about the details but i was wondering how the source connector is storing the offsets for each partition? shouldnt there be a taskId or partition id in the offset-topic entry key too? the way, it looks seems like something is overwriting the individual partition-data and only the last one survives?
What version of the Stream Reactor are you reporting this issue for?
kafka-connect-aws-s3-assembly-7.4.5.jar
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
kafka 3.8.0
What is the expected behaviour?
source connector to mirror all partitions
What was observed?
it only follows the last partition
What is your Connect cluster configuration (connect-avro-distributed.properties)?
using strimzi, so slightly different format:
What is your connector properties configuration (my-connector.properties)?
The text was updated successfully, but these errors were encountered: