[jira] [Created] (KAFKA-18337) KafkaProducer Memory Leak in JMX Reporter

2024-12-21 Thread MaoWei Tian (Jira)
MaoWei Tian created KAFKA-18337: --- Summary: KafkaProducer Memory Leak in JMX Reporter Key: KAFKA-18337 URL: https://issues.apache.org/jira/browse/KAFKA-18337 Project: Kafka Issue Type: Bug

KafkaProducer client (Java) does not start (starts when there is a delay though)

2024-12-19 Thread Subra I
come up. Here is the line of code where we create a kafka producer: *Properties props;* *KafkaProducer producer = new KafkaProducer(props); * This line is the problem. I set a breakpoint here and then tried to enter inside the KafkaProducer function. (This is of no use as I don't have the s

Re: Optimize KafkaProducer Performance

2024-11-25 Thread Haruki Okada
IN_FLIGHT_REQUESTS_PER_CONNECTION, "5"); >props.put(ProducerConfig.REQUEST_TIMEOUT_MS_CONFIG, "1"); > > Producer producer = new KafkaProducer<>(props); > > > Thankyou, > Giri > -- Okada Haruki ocadar...@gmail.com

Optimize KafkaProducer Performance

2024-11-25 Thread giri mungi
08864); props.put("retries", 3); props.put("retry.backoff.ms", 5000); props.put(ProducerConfig.MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION, "5"); props.put(ProducerConfig.REQUEST_TIMEOUT_MS_CONFIG, "1"); Producer producer = new KafkaProducer<>(props); Thankyou, Giri

[jira] [Resolved] (KAFKA-17478) Wrong configuration of metric.reporters lead to NPE in KafkaProducer constructor

2024-09-10 Thread Chia-Ping Tsai (Jira)
ers lead to NPE in KafkaProducer > constructor > > > Key: KAFKA-17478 > URL: https://issues.apache.org/jira/browse/KAFKA-17478 > Project: Kafka >

[jira] [Created] (KAFKA-17025) KafkaThread and KafkaProducer expose method to set setUncaughtExceptionHandler

2024-06-23 Thread Hongshun Wang (Jira)
Hongshun Wang created KAFKA-17025: - Summary: KafkaThread and KafkaProducer expose method to set setUncaughtExceptionHandler Key: KAFKA-17025 URL: https://issues.apache.org/jira/browse/KAFKA-17025

[DISCUSS] KAFKA-4169: KafkaProducer max.request.size message wrong when using compression

2023-08-24 Thread Pere Urbón Bayes
Hi, my name is Pere, Software Engineer turned Consultant for the last few years, :-/ , but keep doing Kafka quite a lot of my day-to-day. I know not a sexy issue, but last few days, I worked with customers who again hit https://issues.apache.org/jira/browse/KAFKA-4169 when using producing w

[jira] [Resolved] (KAFKA-10637) KafkaProducer: IllegalMonitorStateException

2023-01-21 Thread Ismael Juma (Jira)
bug. > KafkaProducer: IllegalMonitorStateException > > > Key: KAFKA-10637 > URL: https://issues.apache.org/jira/browse/KAFKA-10637 > Project: Kafka > Issue Type: Bug >

[jira] [Created] (KAFKA-14085) Clean up usage of asserts in KafkaProducer

2022-07-19 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-14085: -- Summary: Clean up usage of asserts in KafkaProducer Key: KAFKA-14085 URL: https://issues.apache.org/jira/browse/KAFKA-14085 Project: Kafka Issue Type

Re: [DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-21 Thread Chris Egerton
to everything, but if there's something worth mentioning like the behavior proposed in item 2, it's nice to include in a Javadoc for the relevant class/method. 5. Just for aesthetics, I wonder if we can add static builder() methods to the KafkaProducer, KafkaConsumer, KafkaStreams, and

Re: [DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-19 Thread François Rosière
nks, > Kirk > > On Wed, May 18, 2022, at 10:11 AM, François Rosière wrote: > > Hi all, > > > > KIP to create builders for > > > >- KafkaProducer > >- KafkaConsumer > >- KafkaStreams > > > > > > This KIP can be seen as th

Re: [DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-18 Thread Kirk True
t; KIP to create builders for > >- KafkaProducer >- KafkaConsumer >- KafkaStreams > > > This KIP can be seen as the continuity of the KIP-832. > > KIP details: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884640 > Jira issue: h

[DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-18 Thread François Rosière
Hi all, KIP to create builders for - KafkaProducer - KafkaConsumer - KafkaStreams This KIP can be seen as the continuity of the KIP-832. KIP details: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884640 Jira issue: https://issues.apache.org/jira/browse/KAFKA

[jira] [Created] (KAFKA-13913) Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-18 Thread Jira
François Rosière created KAFKA-13913: Summary: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams Key: KAFKA-13913 URL: https://issues.apache.org/jira/browse/KAFKA-13913 Project

[jira] [Resolved] (KAFKA-13864) Change the visibility of a KafkaProducer and KafkaConsumer constructor

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] François Rosière resolved KAFKA-13864. -- Resolution: Won't Do > Change the visibility of a KafkaProducer and Kafka

[jira] [Created] (KAFKA-13864) Change the visibility of a KafkaProducer and KafkaConsumer constructor

2022-04-30 Thread Jira
François Rosière created KAFKA-13864: Summary: Change the visibility of a KafkaProducer and KafkaConsumer constructor Key: KAFKA-13864 URL: https://issues.apache.org/jira/browse/KAFKA-13864

[jira] [Resolved] (KAFKA-12791) ConcurrentModificationException in KafkaProducer constructor

2021-11-26 Thread Lucas Bradstreet (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Bradstreet resolved KAFKA-12791. -- Resolution: Fixed > ConcurrentModificationException in KafkaProducer construc

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-16 Thread Colin McCabe
Blocking in the constructor to fetch metadata doesn't solve the problem, since metadata still needs to be periodically refreshed over time. best, Colin On Wed, Jun 16, 2021, at 09:51, Jesse Feinman wrote: > Hi Moses, > > Specifically, on blocking in the constructor to fetch metadata, while I

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-16 Thread Jesse Feinman
Hi Moses, Specifically, on blocking in the constructor to fetch metadata, while I like the idea of specifying the topics in the constructor and fetching the metadata then, I think it leads to a few scenarios that could be unexpected. First is if you try to use a topic that wasn't included in t

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-02 Thread Nakamura
at 2:21 PM Colin McCabe wrote: > On Tue, Jun 1, 2021, at 12:22, Nakamura wrote: > > I think we're talking past each other a bit. I know about non-blocking > > I/O. The problem I'm facing is how to preserve the existing semantics > > without blocking. Right now calle

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-02 Thread Colin McCabe
On Tue, Jun 1, 2021, at 12:22, Nakamura wrote: > I think we're talking past each other a bit. I know about non-blocking > I/O. The problem I'm facing is how to preserve the existing semantics > without blocking. Right now callers assume their work is enqueued in-order >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-02 Thread Colin McCabe
Since we loop until the I/O is complete, you can consider this behavior "blocking on I/O". > > How are the ordering semantics of `KafkaProducer#send` related to the > > metadata fetch? > > I already proposed a solution (returning an error) > > There is a s

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-01 Thread Nakamura
Hi Colin, > KafkaProducer#send is supposed to initiate non-blocking I/O, but not wait for it to complete. > > There's more information about non-blocking I/O in Java here: > https://en.wikipedia.org/wiki/Non-blocking_I/O_%28Java%29 I think we're talking past each other a

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-01 Thread Ryanne Dolan
ering semantics of `KafkaProducer#send` related to the metadata fetch? > I already proposed a solution (returning an error) There is a subtle difference between failing immediately vs blocking for metadata, related to ordering in the face of retries. Say we set the send timeout to max-long (or

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-01 Thread Colin McCabe
On Tue, Jun 1, 2021, at 07:00, Nakamura wrote: > Hi Colin, > > Sorry, I still don't follow. > > Right now `KafkaProducer#send` seems to trigger a metadata fetch. Today, > we block on that before returning. Is your proposal that we move the > metadata fetch out of `Ka

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-06-01 Thread Nakamura
Hi Colin, Sorry, I still don't follow. Right now `KafkaProducer#send` seems to trigger a metadata fetch. Today, we block on that before returning. Is your proposal that we move the metadata fetch out of `KafkaProducer#send` entirely? Even if the metadata fetch moves to be non-blocki

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-30 Thread Colin McCabe
> > > Throwing an exception to the caller directly (not via the > > future) is > > > > > > > another option with precedent in Kafka clients, tho it doesn't > > seem > > > > as > > > > > > > ergonomic to me. > > > > > > &

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-30 Thread Colin McCabe
t; > > > another option with precedent in Kafka clients, tho it doesn't > > seem > > > > as > > > > > > > ergonomic to me. > > > > > > > > > > > > > > It would be interesting to analyze some exi

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Josep Prat
> > for > > >> > > > different > > >> > > > > > > > types of tasks, for serialization which is CPU bound you > > >> > > definitely > > >> > > > > > would > > >> > > > > > > &g

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Ryanne Dolan
; > > > ThreadPool this is more of an ergonomics question for the > >> API. > >> > > > > > Especially > >> > > > > > > > when it gets to monitoring/tracing, giving the ability for > >> > users > >> > > to > >> > > > > > >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Josep Prat
ool for IO tasks and another for CPU >> > > tasks >> > > > > > makes >> > > > > > > > their lives a lot easier. However due to the large amount of >> > > > changes to >> > > > > > > the >> > >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Josep Prat
> > I was thinking the sender would typically wrap send() in a > > > > > > > backoff/retry > > > > > > > > > loop, or else ignore any failures and drop sends on the > floor > > > > > > > > > (fire-and-forget), and in b

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Matthew de Detrich
t; > asynchronously > > > > > > > > signal the caller of failure (either by asynchronously > failing > > > the > > > > > > future > > > > > > > > or invoking a callback off-thread or something) we'd force >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Ryanne Dolan
x27;t > > seem > > > > as > > > > > > > ergonomic to me. > > > > > > > > > > > > > > It would be interesting to analyze some existing usage and > > determine > > > > > how > > > > > > > difficult

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-26 Thread Matthew de Detrich
; > > > > > > > > > > > Hmm, that's an interesting idea. Basically it would mean that > > > after > > > > > > > calling send, you would also have to check whether the returned > > > > future > > > > > > had >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-25 Thread Nakamura
; > > > > > > > > > Hmm, that's an interesting idea. Basically it would mean that > > > after > > > > > > > calling send, you would also have to check whether the returned > > > > future > > > > > > had > > > > &

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-24 Thread Colin McCabe
gt; > which > > > > > case > > > > > > it will be failed immediately if it failed to enqueue) or whether > > we > > > > > > succeeded in sending or not". > > > > > > > > > > > > But you're right, it should be on t

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-20 Thread Nakamura
> ryannedo...@gmail.com > > > > > > > > wrote: > > > > > > > > > > > Moses, in the case of a full queue, could we just return a failed > > > > future > > > > > > immediately? > > > > > >

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-20 Thread Matthew de Detrich
uld use some feedback in > > > this > > > > > > area. There are two mechanisms here, one for slowing down when > we > > > > don't > > > > > > have the relevant metadata, and the other for slowing down when a > > > queue

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-19 Thread Nakamura
gt; > queue > > > > has > > > > > filled up. Although the first one applies backpressure somewhat > > > > > inadvertently, we could still get in trouble if we're not providing > > > > > information to the mechanism that monitors whether we&

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-19 Thread Matthew de Detrich
27;t drop that ability. > > > > > > > > Right now backpressure is applied by blocking, which is a natural way > > to > > > > apply backpressure in synchronous systems, but can lead to > unnecessary > > > > slowdowns in asynchronous syst

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-18 Thread Ryanne Dolan
y opinion, the safest way to > > apply > > > backpressure in an asynchronous model is to have an explicit > backpressure > > > signal. A good example would be returning an exception, and providing > an > > > optional hook to add a callback onto so that you can b

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-18 Thread Nakamura
g an > > optional hook to add a callback onto so that you can be notified when > it's > > ready to accept more messages. > > > > However, this would be a really big change to how users use > > KafkaProducer#send, so I don't know how much appetite we have

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-18 Thread Ryanne Dolan
al hook to add a callback onto so that you can be notified when it's > ready to accept more messages. > > However, this would be a really big change to how users use > KafkaProducer#send, so I don't know how much appetite we have for making > that kind of change. Maybe it w

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-18 Thread Nakamura
A good example would be returning an exception, and providing an optional hook to add a callback onto so that you can be notified when it's ready to accept more messages. However, this would be a really big change to how users use KafkaProducer#send, so I don't know how much appetite we

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-16 Thread Alexandre Dupriez
rrently are thrown to the caller (before the > > > future is returned). In the new API, the send() wouldn't throw any > > > exceptions, and instead the future would fail. I think that might mean > > that > > > a new method signature is required. > > >

[jira] [Created] (KAFKA-12791) ConcurrentModificationException in KafkaProducer constructor

2021-05-15 Thread Lucas Bradstreet (Jira)
Lucas Bradstreet created KAFKA-12791: Summary: ConcurrentModificationException in KafkaProducer constructor Key: KAFKA-12791 URL: https://issues.apache.org/jira/browse/KAFKA-12791 Project: Kafka

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-14 Thread Ryanne Dolan
ons, and instead the future would fail. I think that might mean > that > > a new method signature is required. > > > > Ryanne > > > > > > On Thu, May 13, 2021, 2:57 PM Nakamura wrote: > > > > > Hey Ryanne, > > > > > > I agree we s

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-14 Thread Nakamura
ad the future would fail. I think that might mean that > a new method signature is required. > > Ryanne > > > On Thu, May 13, 2021, 2:57 PM Nakamura wrote: > > > Hey Ryanne, > > > > I agree we should add an additional constructor (or else an additional > > o

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-13 Thread Ryanne Dolan
constructor (or else an additional > overload in KafkaProducer#send, but the new constructor would be easier to > understand) if we're targeting the "user provides the thread" approach. > > From looking at the code, I think we can keep record serialization on the > user

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-13 Thread Nakamura
Hey Ryanne, I agree we should add an additional constructor (or else an additional overload in KafkaProducer#send, but the new constructor would be easier to understand) if we're targeting the "user provides the thread" approach. >From looking at the code, I think

Re: [DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-13 Thread Ryanne Dolan
ery easy for clients to switch. Ryanne On Thu, May 13, 2021, 9:00 AM Nakamura wrote: > Hey Folks, > I just posted a new proposal > < > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181306446 > > > in the wiki. I think we have an opportunity to impr

[DISCUSS] KIP-739: Block Less on KafkaProducer#send

2021-05-13 Thread Nakamura
Hey Folks, I just posted a new proposal <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181306446> in the wiki. I think we have an opportunity to improve the KafkaProducer#send user experience. It would certainly make our lives easier. Please take a look! There a

[jira] [Created] (KAFKA-12707) KafkaProducer should have a clearer error message on sasl.mechanism misconfiguration

2021-04-21 Thread Rohan Desai (Jira)
Rohan Desai created KAFKA-12707: --- Summary: KafkaProducer should have a clearer error message on sasl.mechanism misconfiguration Key: KAFKA-12707 URL: https://issues.apache.org/jira/browse/KAFKA-12707

[jira] [Created] (KAFKA-10733) Enforce exception thrown for KafkaProducer txn APIs

2020-11-17 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-10733: --- Summary: Enforce exception thrown for KafkaProducer txn APIs Key: KAFKA-10733 URL: https://issues.apache.org/jira/browse/KAFKA-10733 Project: Kafka Issue Type

[jira] [Created] (KAFKA-10637) KafkaProducer: IllegalMonitorStateException

2020-10-23 Thread Lefteris Katiforis (Jira)
Lefteris Katiforis created KAFKA-10637: -- Summary: KafkaProducer: IllegalMonitorStateException Key: KAFKA-10637 URL: https://issues.apache.org/jira/browse/KAFKA-10637 Project: Kafka

[jira] [Created] (KAFKA-10620) Ensure Topic Metadata loaded just after create KafkaProducer

2020-10-20 Thread Luis Ashurei (Jira)
Luis Ashurei created KAFKA-10620: Summary: Ensure Topic Metadata loaded just after create KafkaProducer Key: KAFKA-10620 URL: https://issues.apache.org/jira/browse/KAFKA-10620 Project: Kafka

[jira] [Resolved] (KAFKA-9830) DeadLetterQueueReporter leaks KafkaProducer instance

2020-04-29 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis resolved KAFKA-9830. --- Resolution: Fixed > DeadLetterQueueReporter leaks KafkaProducer insta

[jira] [Created] (KAFKA-9830) DeadLetterQueueReporter leaks KafkaProducer instance

2020-04-07 Thread Greg Harris (Jira)
Greg Harris created KAFKA-9830: -- Summary: DeadLetterQueueReporter leaks KafkaProducer instance Key: KAFKA-9830 URL: https://issues.apache.org/jira/browse/KAFKA-9830 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-8623) KafkaProducer possible deadlock when sending to different topics

2020-02-10 Thread Brian Byrne (Jira)
available in the 2.3.0 release. > KafkaProducer possible deadlock when sending to different topics > > > Key: KAFKA-8623 > URL: https://issues.apache.org/jira/browse/KAFKA-8623 >

[jira] [Created] (KAFKA-9439) Add more public API tests for KafkaProducer

2020-01-15 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-9439: -- Summary: Add more public API tests for KafkaProducer Key: KAFKA-9439 URL: https://issues.apache.org/jira/browse/KAFKA-9439 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-9301) KafkaProducer#flush should block until all the sent records get completed

2019-12-18 Thread Tomoyuki Saito (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoyuki Saito resolved KAFKA-9301. --- Resolution: Duplicate > KafkaProducer#flush should block until all the sent records

[jira] [Created] (KAFKA-9312) KafkaProducer flush behavior does not guarantee send completion under record batch splitting

2019-12-17 Thread Lucas Bradstreet (Jira)
Lucas Bradstreet created KAFKA-9312: --- Summary: KafkaProducer flush behavior does not guarantee send completion under record batch splitting Key: KAFKA-9312 URL: https://issues.apache.org/jira/browse/KAFKA-9312

[jira] [Created] (KAFKA-9301) KafkaProducer#flush should block until all the sent records get completed

2019-12-15 Thread Tomoyuki Saito (Jira)
Tomoyuki Saito created KAFKA-9301: - Summary: KafkaProducer#flush should block until all the sent records get completed Key: KAFKA-9301 URL: https://issues.apache.org/jira/browse/KAFKA-9301 Project

[jira] [Created] (KAFKA-8996) Support health check method of TransactionManager and KafkaProducer

2019-10-08 Thread Myeonghyeon Lee (Jira)
Myeonghyeon Lee created KAFKA-8996: -- Summary: Support health check method of TransactionManager and KafkaProducer Key: KAFKA-8996 URL: https://issues.apache.org/jira/browse/KAFKA-8996 Project: Kafka

[jira] [Resolved] (KAFKA-5712) Expose ProducerConfig in the KafkaProducer clients

2019-10-03 Thread M. Manna (Jira)
the KafkaProducer clients > -- > > Key: KAFKA-5712 > URL: https://issues.apache.org/jira/browse/KAFKA-5712 > Project: Kafka > Issue Type: Improvement > Components: clients >

[jira] [Created] (KAFKA-8623) KafkaProducer possible deadlock when sending to different topics

2019-07-02 Thread Alexander Bagiev (JIRA)
Alexander Bagiev created KAFKA-8623: --- Summary: KafkaProducer possible deadlock when sending to different topics Key: KAFKA-8623 URL: https://issues.apache.org/jira/browse/KAFKA-8623 Project: Kafka

[jira] [Created] (KAFKA-8178) KafkaProducer#send(ProducerRecord,Callback) may block for up to 60 seconds

2019-03-31 Thread Sergei Egorov (JIRA)
Sergei Egorov created KAFKA-8178: Summary: KafkaProducer#send(ProducerRecord,Callback) may block for up to 60 seconds Key: KAFKA-8178 URL: https://issues.apache.org/jira/browse/KAFKA-8178 Project

[jira] [Resolved] (KAFKA-8111) KafkaProducer can't produce data

2019-03-16 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-8111. --- Resolution: Fixed Reviewer: Manikumar Fix Version/s: 2.3.0 > KafkaProdu

[jira] [Created] (KAFKA-8111) KafkaProducer can't produce data

2019-03-15 Thread John Roesler (JIRA)
John Roesler created KAFKA-8111: --- Summary: KafkaProducer can't produce data Key: KAFKA-8111 URL: https://issues.apache.org/jira/browse/KAFKA-8111 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8054) KafkaProducer(Properties, Serializer, Serializer) fails when serializers are lambdas

2019-03-06 Thread Margaret Figura (JIRA)
Margaret Figura created KAFKA-8054: -- Summary: KafkaProducer(Properties, Serializer, Serializer) fails when serializers are lambdas Key: KAFKA-8054 URL: https://issues.apache.org/jira/browse/KAFKA-8054

[jira] [Resolved] (KAFKA-7763) KafkaProducer with transactionId endless waits when network is disconnection for 10-20s

2019-02-21 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-7763. Resolution: Fixed Fix Version/s: 2.3.0 > KafkaProducer with transactionId endl

[jira] [Resolved] (KAFKA-6833) KafkaProducer throws "Invalid partition given with record" exception

2019-01-09 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-6833. Resolution: Fixed Fix Version/s: 2.1.1 2.2.0 > KafkaProdu

[jira] [Created] (KAFKA-7763) KafkaProducer with transactionId endless waits when network is disconnection

2018-12-20 Thread weasker (JIRA)
weasker created KAFKA-7763: -- Summary: KafkaProducer with transactionId endless waits when network is disconnection Key: KAFKA-7763 URL: https://issues.apache.org/jira/browse/KAFKA-7763 Project: Kafka

[jira] [Created] (KAFKA-7585) Avoid classloader when passing serializers to KafkaProducer constructors

2018-11-02 Thread Sherwin Chiu (JIRA)
Sherwin Chiu created KAFKA-7585: --- Summary: Avoid classloader when passing serializers to KafkaProducer constructors Key: KAFKA-7585 URL: https://issues.apache.org/jira/browse/KAFKA-7585 Project: Kafka

[jira] [Resolved] (KAFKA-4065) Missing Property in ProducerConfig.java - KafkaProducer API 0.9.0.0

2018-08-27 Thread Manikumar (JIRA)
. > Missing Property in ProducerConfig.java - KafkaProducer API 0.9.0.0 > --- > > Key: KAFKA-4065 > URL: https://issues.apache.org/jira/browse/KAFKA-4065 > Project: Kafka >

[jira] [Created] (KAFKA-7205) KafkaConsumer / KafkaProducer should allow Reconfiguration of SSL Configuration

2018-07-25 Thread Magnus Jungsbluth (JIRA)
Magnus Jungsbluth created KAFKA-7205: Summary: KafkaConsumer / KafkaProducer should allow Reconfiguration of SSL Configuration Key: KAFKA-7205 URL: https://issues.apache.org/jira/browse/KAFKA-7205

[jira] [Created] (KAFKA-6833) KafkaProducer throws "Invalid partition given with record" exception

2018-04-27 Thread Arjun Satish (JIRA)
Arjun Satish created KAFKA-6833: --- Summary: KafkaProducer throws "Invalid partition given with record" exception Key: KAFKA-6833 URL: https://issues.apache.org/jira/browse/KAFKA-6833 Proj

[jira] [Resolved] (KAFKA-6446) KafkaProducer with transactionId endless waits when bootstrap server is down

2018-03-27 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-6446. Resolution: Fixed Fix Version/s: 1.2.0 > KafkaProducer with transactionId endl

[jira] [Resolved] (KAFKA-6633) Is KafkaProducer still thread safe in version 1.0.1

2018-03-09 Thread Mickael Maison (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-6633. --- Resolution: Not A Problem > Is KafkaProducer still thread safe in version 1.

[jira] [Created] (KAFKA-6633) Is KafkaProducer still thread safe in version 1.0.1

2018-03-09 Thread Herbert Koelman (JIRA)
Herbert Koelman created KAFKA-6633: -- Summary: Is KafkaProducer still thread safe in version 1.0.1 Key: KAFKA-6633 URL: https://issues.apache.org/jira/browse/KAFKA-6633 Project: Kafka Issue

[jira] [Resolved] (KAFKA-6516) KafkaProducer retries indefinitely to authenticate on SaslAuthenticationException

2018-02-01 Thread Edoardo Comar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edoardo Comar resolved KAFKA-6516. -- Resolution: Won't Fix thanks, [~rsivaram] so my expectation was invalid then > Kafka

[jira] [Created] (KAFKA-6516) KafkaProducer retries indefinitely to authenticate on SaslAuthenticationException

2018-02-01 Thread Edoardo Comar (JIRA)
Edoardo Comar created KAFKA-6516: Summary: KafkaProducer retries indefinitely to authenticate on SaslAuthenticationException Key: KAFKA-6516 URL: https://issues.apache.org/jira/browse/KAFKA-6516

[jira] [Created] (KAFKA-6446) KafkaProducer with transactionId endless waits when bootstrap server is down

2018-01-15 Thread Eduardo Sciullo (JIRA)
Eduardo Sciullo created KAFKA-6446: -- Summary: KafkaProducer with transactionId endless waits when bootstrap server is down Key: KAFKA-6446 URL: https://issues.apache.org/jira/browse/KAFKA-6446

[jira] [Resolved] (KAFKA-4767) KafkaProducer is not joining its IO thread properly

2017-12-17 Thread huxihx (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huxihx resolved KAFKA-4767. --- Resolution: Fixed already fixed in another jira. > KafkaProducer is not joining its IO thread prope

[GitHub] kafka pull request #4094: MINOR: Correct KafkaProducer Javadoc spelling of p...

2017-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4094 ---

[GitHub] kafka pull request #4094: MINOR: Correct KafkaProducer Javadoc spelling of p...

2017-10-18 Thread hmcl
GitHub user hmcl opened a pull request: https://github.com/apache/kafka/pull/4094 MINOR: Correct KafkaProducer Javadoc spelling of property 'max.in.flight.requests.per.connection' Currently, in branches _trunk_, _0.11.0_, and _1.0_ th

[jira] [Created] (KAFKA-5936) KafkaProducer should not wrap InterruptedException in close() with KafkaException

2017-09-19 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created KAFKA-5936: -- Summary: KafkaProducer should not wrap InterruptedException in close() with KafkaException Key: KAFKA-5936 URL: https://issues.apache.org/jira/browse/KAFKA-5936

[GitHub] kafka pull request #3697: KAFKA-2105: add topic null check to KafkaProducer....

2017-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3697 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Created] (KAFKA-5803) KafkaProducer should ignore invalid record from ProducerInterceptors

2017-08-28 Thread Yingji Zhang (JIRA)
Yingji Zhang created KAFKA-5803: --- Summary: KafkaProducer should ignore invalid record from ProducerInterceptors Key: KAFKA-5803 URL: https://issues.apache.org/jira/browse/KAFKA-5803 Project: Kafka

[GitHub] kafka pull request #3703: KAFKA-5755: KafkaProducer should be refactored to ...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3703 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] kafka pull request #3703: KAFKA-5755: KafkaProducer should be refactored to ...

2017-08-20 Thread huxihx
GitHub user huxihx opened a pull request: https://github.com/apache/kafka/pull/3703 KAFKA-5755: KafkaProducer should be refactored to use LogContext With LogContext, each producer log item is automatically prefixed with client id and transactional id. @hachikuji Since a

[jira] [Resolved] (KAFKA-2289) KafkaProducer logs erroneous warning on startup

2017-08-19 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-2289. -- Resolution: Fixed This has been fixed. > KafkaProducer logs erroneous warning on star

[GitHub] kafka pull request #3697: KAFKA-2105: add topic null check to KafkaProducer....

2017-08-19 Thread omkreddy
GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/3697 KAFKA-2105: add topic null check to KafkaProducer.partitionsFor method You can merge this pull request into a Git repository by running: $ git pull https://github.com/omkreddy/kafka KAFKA-210

[jira] [Resolved] (KAFKA-4951) KafkaProducer may send duplicated message sometimes

2017-08-16 Thread Manikumar (JIRA)
0.11.0.0. Pl reopen if you think the issue still exists > KafkaProducer may send duplicated message sometimes > --- > > Key: KAFKA-4951 > URL: https://issues.apache.org/jira/browse/KAFKA-4951 >

[jira] [Created] (KAFKA-5712) Expose ProducerConfig in the KafkaProducer clients

2017-08-08 Thread Leo Xuzhang Lin (JIRA)
Leo Xuzhang Lin created KAFKA-5712: -- Summary: Expose ProducerConfig in the KafkaProducer clients Key: KAFKA-5712 URL: https://issues.apache.org/jira/browse/KAFKA-5712 Project: Kafka Issue

[GitHub] kafka pull request #3450: KAFKA-5529 Use only KafkaProducer in ConsoleProduc...

2017-06-28 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3450 KAFKA-5529 Use only KafkaProducer in ConsoleProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka console-producer-remove-deprecated

[GitHub] kafka pull request #3440: MINOR: Close producer in all KafkaProducer tests

2017-06-26 Thread 10110346
GitHub user 10110346 opened a pull request: https://github.com/apache/kafka/pull/3440 MINOR: Close producer in all KafkaProducer tests After running KafkaProducer tests, we should close producer for free resource You can merge this pull request into a Git repository by running

[jira] [Commented] (KAFKA-3704) Improve mechanism for compression stream block size selection in KafkaProducer

2017-06-02 Thread Ismael Juma (JIRA)
oker will be 32 KB in 0.11.0.0. Similarly, the buffer size for Gzip was increased to 8KB. > Improve mechanism for compression stream block size selection in KafkaProducer > -- > >

[jira] [Commented] (KAFKA-2289) KafkaProducer logs erroneous warning on startup

2017-06-01 Thread Bharat Viswanadham (JIRA)
e to continue to work on this? If not, I will provide a patch based on latest trunk code. > KafkaProducer logs erroneous warning on startup > --- > > Key: KAFKA-2289 > URL: https://issues.apache.org/jir

  1   2   3   4   5   >