Tzu-Li (Gordon) Tai created FLINK-6520:
--
Summary: FlinkKafkaConsumer09+ does not overwrite props to not
auto commit offsets when commit mode is OffsetCommitMode.ON_CHECKPOINTS
Key: FLINK-6520
URL: https
Fang Yong created FLINK-6366:
Summary: KafkaConsumer is not closed in FlinkKafkaConsumer09
Key: FLINK-6366
URL: https://issues.apache.org/jira/browse/FLINK-6366
Project: Flink
Issue Type: Bug
Sudhanshu Sekhar Lenka created FLINK-4722:
-
Summary: Consumer group concept not working properly with
FlinkKafkaConsumer09
Key: FLINK-4722
URL: https://issues.apache.org/jira/browse/FLINK-4722
gt;> >
>> > On 28.07.2016 10:39, Maximilian Michels wrote:
>> >> Hi Kevin,
>> >>
>> >> You need to use properties.setProperty("auto.offset.reset",
>> >> "smallest") for Kafka 9 to start from the smallest offset
erties.setProperty("auto.offset.reset",
> >> "earliest") to achieve the same behavior.
> >>
> >> Kafka keeps track of the offsets per group id. If you have already
> >> read from a topic with a certain group id and want to restart
from the
>> smallest offset available, you need to generate a unique group id.
>>
>> Cheers,
>> Max
>>
>> On Thu, Jul 28, 2016 at 10:14 AM, Kevin Jacobs
> wrote:
>>> Hi,
>>>
>>> I am currently facing strange behaviour of the FlinkKa
Cheers,
> Max
>
> On Thu, Jul 28, 2016 at 10:14 AM, Kevin Jacobs
wrote:
>> Hi,
>>
>> I am currently facing strange behaviour of the FlinkKafkaConsumer09
class. I
>> am using Flink 1.0.3.
>>
>> These are my properties:
>>
>> val
2016 at 10:14 AM, Kevin Jacobs wrote:
Hi,
I am currently facing strange behaviour of the FlinkKafkaConsumer09 class. I
am using Flink 1.0.3.
These are my properties:
val properties = new Properties()
properties.setProperty("bootstrap.servers", config.urlKafka)
properties.setProperty("gro
t; I am currently facing strange behaviour of the FlinkKafkaConsumer09 class. I
> am using Flink 1.0.3.
>
> These are my properties:
>
> val properties = new Properties()
> properties.setProperty("bootstrap.servers", config.urlKafka)
> properties.setProperty("group.id",
offsets can be found.
Currently, if Flink’s checkpointing isn’t enabled, FlinkKafkaConsumer09
will periodically commit offsets back to Kafka brokers. So, it could be
that you’re actually using those offsets as the actual starting points.
Perhaps you can try using a new groupId and see if the behaviour
Hi,
I am currently facing strange behaviour of the FlinkKafkaConsumer09
class. I am using Flink 1.0.3.
These are my properties:
val properties = new Properties()
properties.setProperty("bootstrap.servers", config.urlKafka)
properties.setProperty("group.id&q
Till Rohrmann created FLINK-3542:
Summary: FlinkKafkaConsumer09 cannot handle changing number of
partitions
Key: FLINK-3542
URL: https://issues.apache.org/jira/browse/FLINK-3542
Project: Flink
Till Rohrmann created FLINK-3541:
Summary: Clean up workaround in FlinkKafkaConsumer09
Key: FLINK-3541
URL: https://issues.apache.org/jira/browse/FLINK-3541
Project: Flink
Issue Type
13 matches
Mail list logo