GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1467
KAFKA-3789: Upgrade Snappy to fix snappy decompression errors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka snappy-fix
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1489
KAFKA-2945: CreateTopic - protocol and server side implementation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka create
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/626
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/1509
KAFKA-3691: Confusing logging during metadata update timeout
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka timeout
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1568
MINOR: Fix consumer constructor doc string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka consumer-doc
Alternatively you
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1616
KAFKA-2946: DeleteTopic - protocol and server side implementation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka delete
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1631
KAFKA-3934: kafka-server-start.sh enables GC by default with no way tâ¦
â¦o disable
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1632
MINOR: MetadataCache brokerId is not set on first run with generated â¦
â¦broker id
This is because the id passed into the MetadataCache is the value from the
config before the real
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1715
WIP: Add a consumer offset migration tool
Please see the dev mailing list for context.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/2246
KAFKA-4525: Kafka should not require SSL trust store password
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka truststore
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka-site/pull/40
Add Grant to committers page
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka-site add-grant
Alternatively you can
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/2529
KAFKA-4754: Correctly parse '=' characters in command line overrides
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/ka
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1037
MINOR: KAFKA-3361 follow up
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka protocol-minor
Alternatively you can review
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1038
KAFKA-3361: Initial protocol documentation page and generation (0.9)
- Moves all generated docs under /docs/generated
- Generates docs for Protocol, Errors, and ApiKeys
- Adds new
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/1038
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/1043
MINOR: Add header and footer to protocol docs
Because protocol.html is going to be in its own page it needs the header
and footer included.
You can merge this pull request into a Git repository
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka-site/pull/9
Add protocol guide
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka-site protocol
Alternatively you can review and apply
Github user granthenke commented on the pull request:
https://github.com/apache/kafka-site/pull/9#issuecomment-194980267
cc @gwenshap
---
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
Github user granthenke commented on the pull request:
https://github.com/apache/kafka-site/pull/9#issuecomment-194980209
This was briefly tested locally with an Apache web server. It includes
https://github.com/apache/kafka/pull/1043
---
If your project is set up for it, you can
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1058
MINOR: Review change to block.on.buffer.full config
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka block-on-buffer-full
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/1058
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/1075
KAFKA-3250: release tarball is unnecessarily large due to duplicate lâ¦
â¦ibraries
This ensures duplicates are not copied in the distribution without
rewriting all of the tar
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1095
KAFKA-3306: Change metdata response to include required additional fiâ¦
â¦elds
- Adds a Boolean type to the protocol
- Adds new fields to the Metadata reponse protocol
- Adds
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1084
KAFKA-3403: Upgrade ZkClient to 0.8
This ZkClient version adds authentication validation and a conditional
delete method needed for other patches
You can merge this pull request into a Git
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1091
MINOR: Fix FetchRequest.getErrorResponse for version 1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka fetch-error
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1113
KAFKA-3435: Remove `Unstable` annotation from new Java Consumer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka remove
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1114
KAFKA-3301: CommonClientConfigs.METRICS_SAMPLE_WINDOW_MS_DOC is incorâ¦
â¦rect
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1121
KAFKA-3451: Add basic HTML coverage report generation to gradle
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka coverage
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1122
KAFKA-3441: 0.10.0 documentation still says "0.9.0"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka docs-10
Alt
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1136
KAFKA-3460: Remove old 0.7 KafkaMigrationTool
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka remove-07-migration
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1156
MINOR: Fix transient SimpleACLAuthorizerTest failures
The SimpleACLAuthorizer will fail a request if it takes more than 10
retries. This should not happen is real world scenarios, but during the
Github user granthenke commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/10#discussion_r57626588
--- Diff: 0100/api.html ---
@@ -24,12 +24,12 @@
<dependency>
<groupId>org.apache.kafka</groupId>
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1162
KAFKA-3483: Restructure ducktape tests to simplify running subsets ofâ¦
⦠tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1174
MINOR: Fix BNF output for protocol arrays conataining primitives in docs
Before this patch arrays containing primitive types were not output:
Metadata Request (Version: 0) => [top
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1214
MINOR: Remove unused hadoop version
All dependencies on hadoop were removed with MiniKDC. This removes the left
over version entry.
You can merge this pull request into a Git repository by
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1217
KAFKA-3549: Close consumers instantiated in consumer tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka close-consumers
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1226
KAFKA-3563: Maintain MessageAndMetadata constructor compatibility
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1279
KAFKA-3631: Fix Struct.toString for nullable arrayOf
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka struct-fix
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1291
WIP - KAFKA-1880: Add support for checking binary/source compatibility
This is a WIP pull request to show how I am generating the reports attached
to the Jira. I am putting it up now so that we
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1292
KAFKA-3641: Fix RecordMetadata constructor backward compatibility
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/1292
---
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 granthenke reopened a pull request:
https://github.com/apache/kafka/pull/1292
KAFKA-3641: Fix RecordMetadata constructor backward compatibility
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1296
KAFKA-3644: Use Boolean protocol type for StopReplicaRequest delete_pâ¦
â¦artitions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1299
MINOR: MetadataCache brokerId is not set on first run with generated â¦
â¦broker id
This is because the id passed into the MetadataCache is the value from the
config before the real
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/1299
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/638
MINOR: Remove unused DoublyLinkedList
It used to be used by MirrorMaker but its usage was removed in KAFKA-1997.
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/640
KAFKA-2507: Replace ControlledShutdown{Request,Response} with o.a.k.câ¦
â¦.requests equivalent
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/647
KAFKA-2509: Replace LeaderAndIsr{Request,Response} with o.a.k.c requeâ¦
â¦sts equivalent
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/640
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/663
KAFKA-2070: Replace Offset{Request,Response} with o.a.k.c requests eqâ¦
â¦uivalent
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/664
MINOR: Change SaslSetup workDir to be under the build folder
Moves test output from the project files and allows `gradle clean` to clean
up the output.
You can merge this pull request into a Git
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/676
MINOR: Fix broken docs link
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka doc-link
Alternatively you can review and apply
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/616
KAFKA-2929: Migrate duplicate error mapping functionality
Deprecates ErrorMapping.scala in core in favor or Errors.java in common.
Duplicated exceptions in core are deprecated as well, to
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/616
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/686
KAFKA-2988: Change default configuration of the log cleaner
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka compaction
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/686
KAFKA-2988: Change default configuration of the log cleaner
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka compaction
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/686
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/703
KAFKA-3020: Ensure CheckStyle runs on all Java code
- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues
You can merge this pull request into a Git repository
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/705
KAFKA-3024: Remove old patch review tools
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka review-tools-cleanup
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/703
KAFKA-3020: Ensure CheckStyle runs on all Java code
- Adds CheckStyle to core and examples modules
- Fixes any existing CheckStyle issues
You can merge this pull request into a Git
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/703
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/712
KAFKA-3022: Deduplicate common project configurations
- Move testJar to subprojects config
- Move CheckStyle to subprojects config
- Move testLogging to subprojects config
- Add
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/713
KAFKA-3030: Remove unused scala dependencies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka scala-deps
Alternatively you
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/715
MINOR: Update to Gradle 2.10
Some of the Improvements Include:
- The Checkstyle task now produces a human friendly HTML report
- Potential performance improvements
- Bug Fixes
You can
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/616
---
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 granthenke reopened a pull request:
https://github.com/apache/kafka/pull/616
KAFKA-2929: Migrate duplicate error mapping functionality
Deprecates ErrorMapping.scala in core in favor or Errors.java in common.
Duplicated exceptions in core are deprecated as well, to
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/741
KAFKA-3021: Centralize dependency version management
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka central-deps
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/744
KAFKA-3084: Topic existence checks in topic commands (create, alter, â¦
â¦delete)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/754
KAFKA-3019: Add an exceptionName method to Errors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka exception-name
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/762
KAFKA-3012: Avoid reserved.broker.max.id collisions on upgrade
Provides a configuration to opt out of broker id generation.
You can merge this pull request into a Git repository by running
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/763
KAFKA-3091: Broker with an invalid id would not start when its id is â¦
â¦updated to a new valid one
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/766
KAFKA-2999: Errors enum should be a 1 to 1 mapping of error codes andâ¦
⦠exceptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/799
MINOR: Remove remnants of hadoop clients from kafka-run-class.sh
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka hadoop
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/811
KAFKA-3132: URI scheme in "listeners" property should not be case-senâ¦
â¦sitive
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/811
KAFKA-3132: URI scheme in "listeners" property should not be case-senâ¦
â¦sitive
You can merge this pull request into a Git repository by running:
$ git pull https://
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/811
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/835
KAFKA-3165: Fix ignored parameters in the gradle "All" tasks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka all-
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/838
KAFKA-3164: Document client and mirrormaker upgrade procedure/requireâ¦
â¦ments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/847
MINOR: Improve error message for inconsistent broker ids
Provides a more actionable and descriptive error message.
You can merge this pull request into a Git repository by running:
$ git
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/851
KAFKA-3194: Validate security.inter.broker.protocol against the adverâ¦
â¦tised.listeners protocols
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/856
KAFKA-3189: Kafka server returns UnknownServerException for inheritedâ¦
⦠exceptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/866
KAFKA-3088: broker crash on receipt of produce request with empty cliâ¦
â¦ent ID
- Adds NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/869
KAFKA-3208: Default security.inter.broker.protocol based on configureâ¦
â¦d advertised.listeners
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/875
KAFKA-3037: Test number of alive brokers known after single node clusâ¦
â¦ter startup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/876
KAFKA-2589: the default value for the "rebalance.backoff.ms" propertyâ¦
⦠is not specified correctly
You can merge this pull request into a Git repository by running:
$ git
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/869
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/896
KAFKA-2508: Replace UpdateMetadata{Request,Response} with o.a.k.c.reqâ¦
â¦uests equivalent
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/900
KAFKA-3226: Replicas collections should use List instead of Set in orâ¦
â¦der to maintain order
You can merge this pull request into a Git repository by running:
$ git pull https
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/900
---
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 granthenke closed the pull request at:
https://github.com/apache/kafka/pull/564
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/910
KAFKA-3088: (0.9 branch) broker crash on receipt of produce request wâ¦
â¦ith empty client ID
- Adds NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER
Github user granthenke closed the pull request at:
https://github.com/apache/kafka/pull/910
---
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 granthenke opened a pull request:
https://github.com/apache/kafka/pull/927
KAFKA-2068; KAFKA-2069; Replace OffsetCommit and OffsetFetch Request/â¦
â¦Response with o.a.k.c.requests equivalent
You can merge this pull request into a Git repository by running:
$ git
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/938
MINOR: Remove usage of deprecated junit.framework.Assert
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka junit-dep
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/970
WIP: Protocol Documentation Generation
Please see the email with the subject "Protocol Documentation WIP" in the
Kafka dev mailing list for context on this PR. Do not review this fo
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/973
KAFKA-3286: Add plugin to quickly check for outdated dependencies
Adds a gradle task to generate a report of outdate release dependencies:
`gradle dependencyUpdates`
Updates a few
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1005
WIP - KAFKA-3266: List/Alter Acls - protocol and server side implemenâ¦
â¦tation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1006
KAFKA-3328: SimpleAclAuthorizer can lose ACLs with frequent add/removâ¦
â¦e calls
Changes the SimpleAclAuthorizer to:
- Always read state from Zookeeper before updating acls
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/115
KAFKA-2407: Only create log directory when it will be used
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka log-fix
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/117
KAFKA-2393: Correctly Handle InvalidTopicException in KafkaApis.getToâ¦
â¦picMetadata()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
1 - 100 of 144 matches
Mail list logo