[GitHub] kafka pull request #2894: [KAFKA-5092] [WIP] changed ProducerRecord interfac...

2017-12-13 Thread simplesteph
Github user simplesteph closed the pull request at:

https://github.com/apache/kafka/pull/2894


---


[GitHub] kafka pull request #3756: KAFKA-5261 added cached authorizer

2017-08-29 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/3756

KAFKA-5261 added cached authorizer

attempt to improve Kafka performance by caching the results of the 
authorisation calls.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka KAFKA-5261

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/3756.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3756


commit 4fc2c0f365b675eb471a848b29001973ec1c2aa5
Author: Stephane Maarek <stephane.maa...@gmail.com>
Date:   2017-08-29T20:03:56Z

added cached authorizer




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #3367: KAFKA-5468 WorkerSourceTask offset commit loglevel...

2017-06-18 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/3367

KAFKA-5468 WorkerSourceTask offset commit loglevel changes

changed log level for source connector worker task when committing offsets

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka KAFKA-5468

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/3367.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3367


commit dbab56a9493922f606aebc830bc0c8556254793c
Author: Stephane Maarek <steph...@simplemachines.com.au>
Date:   2017-06-19T04:33:08Z

changed log level for source connector worker task when committing offsets




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2730: KAFKA-4942 fixed the commitTimeoutMs being set bef...

2017-06-06 Thread simplesteph
Github user simplesteph closed the pull request at:

https://github.com/apache/kafka/pull/2730


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2894: [KAFKA-5092] [WIP] changed ProducerRecord interfac...

2017-04-21 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/2894

[KAFKA-5092] [WIP] changed ProducerRecord interface - KIP 141



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka producer-record-changes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2894.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2894


commit 362afaec5b4b514902b63b11a293635befb103d1
Author: simplesteph <stephane.maa...@gmail.com>
Date:   2017-04-22T00:30:28Z

changed ProducerRecord interface.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2800: added interface to allow producers to create a Pro...

2017-04-19 Thread simplesteph
Github user simplesteph closed the pull request at:

https://github.com/apache/kafka/pull/2800


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2800: added interface to allow producers to create a Pro...

2017-04-04 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/2800

added interface to allow producers to create a ProducerRecord without…

… specifying a partition, making it more obvious that the parameter 
permission can be null

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka 
add-producer-record-timestamp

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2800.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2800


commit 88b5fac31f0a7b819093f32a0d52bd9c104f4af3
Author: simplesteph <stephane.maa...@gmail.com>
Date:   2017-04-04T06:46:06Z

added interface to allow producers to create a ProducerRecord without 
specifying a partition, making it more obvious that the parameter permission 
can be null




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2730: KAFKA-4942 fixed the commitTimeoutMs being set bef...

2017-03-23 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/2730

KAFKA-4942 fixed the commitTimeoutMs being set before the commit actually 
started

this fixes KAFKA-4942

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka fix-connect-offset-commit

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2730.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2730


commit 4d1db91ec8276da3dcca6d85b66c70497cf0815d
Author: simplesteph <stephane.maa...@gmail.com>
Date:   2017-03-24T00:03:07Z

fixed the commitTimeoutMs being set before the commit actually started
this fixes KAFKA-4942




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2655: KAFKA-4864 added correct zookeeper nodes for secur...

2017-03-07 Thread simplesteph
GitHub user simplesteph opened a pull request:

https://github.com/apache/kafka/pull/2655

KAFKA-4864 added correct zookeeper nodes for security migrator



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/simplesteph/kafka fix-security-migrator-tool

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2655.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2655


commit d8c48067e4a0b93a48c8c83f830268199af0c8c9
Author: simplesteph <stephane.maa...@gmail.com>
Date:   2017-03-08T06:19:21Z

[KAFKA-4864] added correct zookeeper nodes for security migrator




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---