[jira] [Created] (KAFKA-7463) ConsoleProducer rejects producer property values with equals signs

2018-10-01 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-7463: Summary: ConsoleProducer rejects producer property values with equals signs Key: KAFKA-7463 URL: https://issues.apache.org/jira/browse/KAFKA-7463 Project: Kafka

Dots in topic names in metric labels

2018-03-12 Thread Reftel, Magnus
would that be considered an incompatible change of an API? Best Regards Magnus Reftel Denne e-posten og eventuelle vedlegg er beregnet utelukkende for den institusjon eller person den er rettet til og kan vaere belagt med lovbestemt taushetsplikt. Dersom e-post

[GitHub] kafka pull request #3267: MINOR: more details in error message descriptions

2017-06-08 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/3267 MINOR: more details in error message descriptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/reftel/kafka feature/error_descriptions

[jira] [Commented] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-07 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040485#comment-16040485 ] Magnus Reftel commented on KAFKA-5390: -- Will do. Thanks! > First records i

[jira] [Resolved] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-07 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel resolved KAFKA-5390. -- Resolution: Invalid Working as intended. The testcase ends up sending two batches, the first

[jira] [Commented] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-07 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040449#comment-16040449 ] Magnus Reftel commented on KAFKA-5390: -- Our records are typically small,

[jira] [Commented] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038950#comment-16038950 ] Magnus Reftel commented on KAFKA-5390: -- Yes and no =) It's good to know tha

[jira] [Comment Edited] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038879#comment-16038879 ] Magnus Reftel edited comment on KAFKA-5390 at 6/6/17 1:2

[jira] [Commented] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038879#comment-16038879 ] Magnus Reftel commented on KAFKA-5390: -- No, the server does not reject the b

[jira] [Updated] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel updated KAFKA-5390: - Attachment: kafka-sequence-2.tar.gz Updated to print results from the send callback. > Fi

[jira] [Commented] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038832#comment-16038832 ] Magnus Reftel commented on KAFKA-5390: -- Thanks for the quick reply! I t

[jira] [Created] (KAFKA-5390) First records in batch rejected but others accepted when rolling log

2017-06-06 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-5390: Summary: First records in batch rejected but others accepted when rolling log Key: KAFKA-5390 URL: https://issues.apache.org/jira/browse/KAFKA-5390 Project: Kafka

[jira] [Resolved] (KAFKA-2495) Protocol guide only partially updated after ConsumerMetadata* addition?

2017-06-01 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel resolved KAFKA-2495. -- Resolution: Fixed > Protocol guide only partially updated after ConsumerMetadata* addit

[jira] [Resolved] (KAFKA-2494) Document ReplicaId in OffsetRequest in the protocol guide

2017-06-01 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel resolved KAFKA-2494. -- Resolution: Fixed The field is documented, at least since

[jira] [Created] (KAFKA-5359) Exceptions from RequestFuture lack parts of the stack trace

2017-06-01 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-5359: Summary: Exceptions from RequestFuture lack parts of the stack trace Key: KAFKA-5359 URL: https://issues.apache.org/jira/browse/KAFKA-5359 Project: Kafka

[GitHub] kafka pull request #3167: MINOR: Remove unused configuration setting

2017-05-30 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/3167 MINOR: Remove unused configuration setting The configuration setting zookeeper.sync.time.ms was not used for anything. Remove it to reduce confusion. This changes rebalance.backoff.ms

[GitHub] kafka pull request #2335: TRIVIAL: Fix spelling of log message

2017-01-09 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/2335 TRIVIAL: Fix spelling of log message You can merge this pull request into a Git repository by running: $ git pull https://github.com/reftel/kafka feature/triggering Alternatively you can

[jira] [Commented] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-24 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15693153#comment-15693153 ] Magnus Reftel commented on KAFKA-4406: -- I'd be glad to write one if there&#

[GitHub] kafka pull request #2151: Feature/authorizer name reference

2016-11-19 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/2151 Feature/authorizer name reference You can merge this pull request into a Git repository by running: $ git pull https://github.com/reftel/kafka feature/authorizer_name_reference Alternatively

[jira] [Commented] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-16 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670468#comment-15670468 ] Magnus Reftel commented on KAFKA-4406: -- Right, so `ssl.` is out. How a

[jira] [Commented] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-16 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670080#comment-15670080 ] Magnus Reftel commented on KAFKA-4406: -- The PR adds it for both broker and cli

[jira] [Commented] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-15 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15667481#comment-15667481 ] Magnus Reftel commented on KAFKA-4406: -- For client applications, I agree that i

[jira] [Updated] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-15 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel updated KAFKA-4406: - Status: Patch Available (was: Open) https://github.com/apache/kafka/pull/2134 > Add support

[jira] [Issue Comment Deleted] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-15 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel updated KAFKA-4406: - Comment: was deleted (was: https://github.com/apache/kafka/pull/2134) > Add support for cus

[jira] [Commented] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-15 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15666899#comment-15666899 ] Magnus Reftel commented on KAFKA-4406: -- https://github.com/apache/kafka/pull/

[GitHub] kafka pull request #2134: config: add ssl.provider.classes config option

2016-11-15 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/2134 config: add ssl.provider.classes config option You can merge this pull request into a Git repository by running: $ git pull https://github.com/reftel/kafka feature/security_providers_config

[jira] [Created] (KAFKA-4406) Add support for custom Java Security Providers in configuration

2016-11-14 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-4406: Summary: Add support for custom Java Security Providers in configuration Key: KAFKA-4406 URL: https://issues.apache.org/jira/browse/KAFKA-4406 Project: Kafka

[GitHub] kafka pull request #1901: MINOR: Fix Javadoc for KafkaConsumer.poll

2016-09-23 Thread reftel
GitHub user reftel opened a pull request: https://github.com/apache/kafka/pull/1901 MINOR: Fix Javadoc for KafkaConsumer.poll You can merge this pull request into a Git repository by running: $ git pull https://github.com/reftel/kafka feature/poll_javadoc Alternatively you

[jira] [Updated] (KAFKA-2494) Document ReplicaId in OffsetRequest in the protocol guide

2015-09-29 Thread Magnus Reftel (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel updated KAFKA-2494: - Summary: Document ReplicaId in OffsetRequest in the protocol guide (was: Documetn ReplicaId in

[jira] [Created] (KAFKA-2495) Protocol guide only partially updated after ConsumerMetadata* addition?

2015-09-01 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-2495: Summary: Protocol guide only partially updated after ConsumerMetadata* addition? Key: KAFKA-2495 URL: https://issues.apache.org/jira/browse/KAFKA-2495 Project: Kafka

[jira] [Created] (KAFKA-2494) Documetn ReplicaId in OffsetRequest in the protocol guide

2015-09-01 Thread Magnus Reftel (JIRA)
Magnus Reftel created KAFKA-2494: Summary: Documetn ReplicaId in OffsetRequest in the protocol guide Key: KAFKA-2494 URL: https://issues.apache.org/jira/browse/KAFKA-2494 Project: Kafka