Re: Kafka support for IPV6 only Networking stack

2023-04-27 Thread Luke Chen
Hi Senjoorian, I've never tested it, but AFAIK, Kafka supports IPv6. There's also a KIP to allow Kafka to accept duplicate listener on port for IPv4/IPv6: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=195726330 Maybe you'll be interested. Thank you. Luke On Thu, Apr 27, 2023

RE: Kafka support for IPV6 only Networking stack

2023-04-27 Thread Senjoorian Murugan (Nokia)
Dear Team , We would like to check if Kafka support IPv6 only configuration . In this configuration customer will have only IPv6 Networking for the operating system where Kafka is going to be installed . Regards, Senjoorian

RE: Kafka support for TLSv1.3

2022-12-02 Thread Deepak Nangia
Cc: d...@kafka.apache.org; Deepti Sharma S ; Deepak Nangia ; Pankaj Kumar Aggarwal Subject: Re: Kafka support for TLSv1.3 Hi Deepak, Kafka currently only supports TLS 1.3 with Java 11 or newer. As you said, Kafka 2.6 added support for it, but we recommend using something more recent as there

Re: Kafka support for TLSv1.3

2022-12-02 Thread Ismael Juma
Hi Deepak, Kafka currently only supports TLS 1.3 with Java 11 or newer. As you said, Kafka 2.6 added support for it, but we recommend using something more recent as there were some fixes after the original release. Ismael On Fri, Dec 2, 2022 at 7:21 AM Deepak Nangia wrote: > Hello All, > > I h

Re: Kafka support Arm CI

2021-01-12 Thread Peng Lei
Hi Kafka: Kafka is a good choice for arm support, which can bring great benefits to arm users. We've donated an arm machine to Infra, which can be used exclusively to run the arm ci of Kafka [ https://issues.apache.org/jira/browse/INFRA-21203]. @Kafka devs, what do you think about kafka's suppo

Re: Kafka Support as Service

2017-04-13 Thread Roger Hoover
Hi Diego, Confluent offers support for Apache Kafka. https://www.confluent.io/ Cheers, Roger On Wed, Apr 12, 2017 at 11:14 AM, Diego Paes Ramalho Pereira < diego.pere...@b3.com.br> wrote: > Hello, > > > > I work for a Stock Exchange in Brazil and We are looking for a company > that can provid

Re: Kafka Support For .P12 or .PFX Certificates

2017-03-12 Thread Harsh J
A p12/pfx (PKCS-12) is a file format that carries certificates (keys). Kafka accepts a jks (Java Key Store) format instead. You can port your p12/pfx file-stored certificates into a jks file format using the $JAVA_HOME/bin/keytool command, for use with Kafka and other Java applications that work wi

Re: KAFKA Support

2017-02-01 Thread Gwen Shapira
Dear Lincu, You have reached the Apache Kafka mailing list. We are an open source community of volunteers, helping each other use Kafka to the best of our abilities. There are several companies that provide paid support for Kafka - including, but not limited to Confluent, Cloudera, and Hortonwork

Re: Kafka support needed

2016-04-20 Thread todd
‎Rsyslog (8.15+) now supports producing to Kafka, and doesn't require java (that can be a bonus).   Rsyslog can use a disk buffer, then when it can connect to Kafka, it will start streaming logs until the connection drops. That's a pretty simple config, and there are lots of examples online. T

Re: Kafka support needed

2016-04-20 Thread Yogesh BG
Exception in thread "main" java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Batch Expired at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.valueOrError(FutureRecordMetadata.java:56) at org.apache.kafka.clients.producer.internals.FutureReco

Re: Kafka support needed

2016-04-19 Thread Joe Stein
If you use Go you can use https://github.com/sclasen/event-shuttle which is nice choice in some cases because footprint, it uses boltdb which is like leveldb which is like embedded k/v ok NiFi is cool too https://nifi.apache.org/ So is bruce https://github.com/ifwe/bruce those are more out of th

Re: Kafka support needed

2016-04-19 Thread Sunny Shah
Hi Yogesh, You can even use sqllite/leveldb to buffer the data on client. Thanks, Sunny On Apr 20, 2016 10:31 AM, "Yogesh BG" wrote: > Thank You for the reply. > > I am running producer in very resource constraint device(IOT hub). I doubt > whether i can accommodate local broker. > > > On Wed,

Re: Kafka support needed

2016-04-19 Thread Yogesh BG
Thank You for the reply. I am running producer in very resource constraint device(IOT hub). I doubt whether i can accommodate local broker. On Wed, Apr 20, 2016 at 10:07 AM, Sunny Shah wrote: > Hi Yogesh, > > No, Kafka does not provide this functionality out of the box, Though you > can easily

Re: Kafka support needed

2016-04-19 Thread Sunny Shah
Hi Yogesh, No, Kafka does not provide this functionality out of the box, Though you can easily engineer it by having a localhost Kafka setup. 1. Always write data to the localhost Kafka. 2. When broker connection is available then read data from localhost Kafka and send it to remote Kafk

Re: kafka support in collectd and syslog-ng

2014-07-25 Thread Steve Morin
Cool On Fri, Jul 25, 2014 at 9:25 AM, Joe Stein wrote: > Awesome! > > /*** > Joe Stein > Founder, Principal Consultant > Big Data Open Source Security LLC > http://www.stealth.ly > Twitter: @allthingshadoop

Re: kafka support in collectd and syslog-ng

2014-07-25 Thread Joe Stein
Awesome! /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop / On Fri, Jul 25, 2014 at

Re: kafka support in collectd and syslog-ng

2014-07-25 Thread Jay Kreps
This is great! -Jay On Fri, Jul 25, 2014 at 8:55 AM, Pierre-Yves Ritschard wrote: > Hi list, > > Just a quick note to let you know that kafka support has now been merged in > collectd, which means that system and application metrics can directly be > produced on a topic from the collectd daemon