Hi Sönke,
I would be very interested in participating in this conversation. Very
interested in how TDE might work in Kafka! I’m coming with several colleagues
and will see if they’re interested in participating as well.
Thanks,
Mike Grayson
On 2018/10/02 11:19:36, Sönke Liebau
wrote:
> Hi
It is by design to set the reset policy to "none"
(https://issues.apache.org/jira/browse/KAFKA-6121), and not allowed by
design to overwrite this (there might be a workaround for you though).
However, Streams should not die but catch the exception and recover from
it automatically.
What version do
Kafka 1.1.1 release GetOffsetShell uses scala consumer client to fetch
offsets. looks like some issue while fetching offsets for a given timestamp.
You can try using Kafka 2.0 release GetOffsetShell tool to fetch offstes
from 1.1.1 cluster.
On Tue, Oct 2, 2018 at 6:56 PM dhiraj sardana
wrote:
>
Hi Kafka Users,
We have 3 KafkaBrokers(i.e kafka version 0.11) configured which is auto dumping
thread dumps for every 12mins without posting any errors or warnings in logs
but brokers are not crashing. At the moment Kafka brokers not experiencing any
high load. Let me know if anyone has faced
Hello All,
I wanted to check offset for given timestamp via *shell command*, so i
checked 'GetOffsetShell' for that purpose, but its not working properly.
bin/kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list
localhost:9092 --topic test_kafka --time *1538470622047*
test_kafka:0:
While
Hi
We had several incidents where a streams application crashed while
maintaining a global state store.
Updating global state failed. You can restart KafkaStreams to recover from
this error.: org.apache.kafka.clients.consumer.OffsetOutOfRangeException:
Offsets out of range with no configured reset
Hi all,
I have created KIP-317 [1] a while ago, which outlines an implementation
proposal to add transparent data encryption functionality to Kafka. The KIP
in its current form is somewhat rigid in its implementation, I will rework
this to become extensible over the next few days to allow for addi
Congrats, Colin!
-James
> On Sep 25, 2018, at 1:39 AM, Ismael Juma wrote:
>
> Hi all,
>
> The PMC for Apache Kafka has invited Colin McCabe as a committer and we are
> pleased to announce that he has accepted!
>
> Colin has contributed 101 commits and 8 KIPs including significant
> improvemen