GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/4229
MINOR: Code cleanup
- Used arrays directly instead of constructing List while getting storeNames
- Used proper Integer identifier in the Log.
*More detailed description of your change
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/4010
KAFKA-5909; Removed the source jars from classpath
Executing CLI tools don't require source jars so removed it from the
classpath.
You can merge this pull request into a Git repository by ru
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/3871
---
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3871
KAFKA-5909; Removed the source jars from classpath while executing CLâ¦
â¦I tools.
- redundant `for` loops removed.
- I did this change with assumption that there are no priorities in
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3815
KAFKA-5846; Used Singleton NoOpConsumerRebalanceListener in the Kafkaâ¦
â¦Consumer#subscribe call.
- I haven't removed the internal class 'NoOpConsumerRebalanceListener'
Github user Kamal15 commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/73#discussion_r136894052
--- Diff: coding-guide.html ---
@@ -102,6 +102,47 @@
We should attempt to maintain API compatibility when
possible, though at this point
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3741
KAFKA-5762; LogContext used to capture the clientId implicitly in theâ¦
⦠logs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/3465
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3695
MINOR: Typographical error corrected in the StreamsBuilder Javadoc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka typo_error
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/3481
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3520
MINOR: Typo error corrected in the KStream Javadoc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka stream_doc
Alternatively you
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3481
MINOR: Configuration name corrected in the upgrade docs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka upgrade_doc
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3475
MINOR: Unit test added for InFlightRequests class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka unittest
Alternatively you
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3467
MINOR: InFlightRequests#isEmpty(node) method corrected.
- In clearAll method, get operation is removed.
- variable name `requestTimeout` changed to `requestTimeoutMs` for clarity
You can merge
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3465
MINOR: Fixed the invalid link to Log Compaction
- variable name updated in the doc example.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3365
MINOR: Unused logger removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka logger
Alternatively you can review and apply
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3350
MINOR: Redirected the creation of new Thread to KafkaThread class.
- removed `newThread` & `daemonThread` methods from the Utils.
You can merge this pull request into a Git repository by run
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3349
MINOR: Used Kafka native constants in KafkaLog4jAppender
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka log4j2
Alternatively
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/3337
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3337
MINOR: Delegated the creation of new Thread to KafkaThread class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka cleanup
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/3079
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/3079
MINOR: Removed the redundant code snippets.
- Removed the unwanted null check in the hashCode and equals method.
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2885
MINOR: Logger parameter corrected.
- typo error corrected (spelling)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka log
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2709
MINOR: Map `mkString` format updated to default java format
This is a minor change but it helps to improve the log readability.
You can merge this pull request into a Git repository by running
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2700
MINOR: Precondition check corrected
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka precondition
Alternatively you can review
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/2667
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2667
MINOR: Used in-built TimeUnit conversion function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka timeunit
Alternatively you can
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/2666
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2666
MINOR: Used in-built TimeUnit conversion function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamal15/kafka trunk
Alternatively you can
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2578
MINOR: Variable name corrected
- Java doc updated
- Used final modifier where-ever it's applicable
- Unnecessary type-cast removed
- cleanup
You can merge this pull request into
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2345
MINOR: ConfigDef `parseType` exception message updated.
- When Kafka configurations are provided programmatically, for the below
configuration incorrect error message gets printed
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/2340
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2340
MINOR: ConfigDef `parseType` exception message updated.
- When Kafka configurations are provided programmatically, for the below
configuration incorrect error message gets printed
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/2306
MINOR: PartitionInfo toString corrected
- Removed the extra ',' character while printing the replicas / in-sync
replicas identifier
You can merge this pull request into a Git repository
Github user Kamal15 closed the pull request at:
https://github.com/apache/kafka/pull/1438
---
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
GitHub user Kamal15 opened a pull request:
https://github.com/apache/kafka/pull/1438
MINOR: Kafka And ZooKeeper Stop Scripts doesn't return PID
In Centos 6.5, 'ps -ax | grep java' command doesn't returns the full
process name. So, the
command doesn't r
36 matches
Mail list logo