Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimum requirements sections to notifications docs #4328

Merged
merged 1 commit into from May 12, 2017

Conversation

donatello
Copy link
Member

Description

Adds extra info in docs about minimum versions of external notification targets

Motivation and Context

Improve docs

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mention-bot
Copy link

@donatello, thanks for your PR! By analyzing the history of the files in this pull request, we identified @harshavardhana and @nitisht to be potential reviewers.

@codecov-io
Copy link

codecov-io commented May 11, 2017

Codecov Report

Merging #4328 into master will increase coverage by 0.8%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #4328     +/-   ##
=========================================
+ Coverage   65.84%   66.64%   +0.8%     
=========================================
  Files         173      176      +3     
  Lines       18884    25074   +6190     
=========================================
+ Hits        12434    16711   +4277     
- Misses       5321     7237   +1916     
+ Partials     1129     1126      -3
Impacted Files Coverage Δ
cmd/lock-rpc-server.go 44.5% <0%> (-7.62%) ⬇️
cmd/storage-rpc-client.go 74.87% <0%> (-7.28%) ⬇️
cmd/storage-rpc-server.go 75.96% <0%> (-6.39%) ⬇️
cmd/s3-peer-rpc-handlers.go 57.69% <0%> (-5.95%) ⬇️
cmd/object-api-multipart-common.go 66.05% <0%> (-5.86%) ⬇️
cmd/service.go 24.07% <0%> (-5.2%) ⬇️
cmd/lock-rpc-server-common.go 81.81% <0%> (-5.14%) ⬇️
cmd/browser-rpc-router.go 72.72% <0%> (-5.06%) ⬇️
cmd/xl-v1-healing-common.go 75.62% <0%> (-4.04%) ⬇️
cmd/xl-v1-common.go 89.74% <0%> (-4.01%) ⬇️
... and 126 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2ed149...08cd052. Read the comment docs.

@@ -464,6 +467,10 @@ When the _access_ format is used, Minio appends events to a table. It creates ro

The steps below show how to use this notification target in `namespace` format. The other format is very similar and is omitted for brevity.

### Step 0: Ensure minimum requirements are met
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hate to nitpick. Please use step 1, step 2 instead of 0, 1. Just to be consistent with other docs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@@ -557,6 +564,10 @@ When the _access_ format is used, Minio appends events to a table. It creates ro

The steps below show how to use this notification target in `namespace` format. The other format is very similar and is omitted for brevity.

### Step 0: Ensure minimum requirements are met
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same Step 0 to Step 1.

deekoder
deekoder previously approved these changes May 11, 2017
Copy link
Contributor

@deekoder deekoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not test it but since its a text change. I approve.


### Step 1: Add kafka endpoint to Minio
We tested Minio with Kafka version version 0.10.1.0. More recent versions should also work. Internally Minio uses the [Shopify/sarama](https://github.com/Shopify/sarama/) library distributed from [gopkg.in](http://gopkg.in/Shopify/sarama.v1), and any version supported by that library should work.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Text here is a little vague, can you try to be specific about the supported version?

@deekoder deekoder self-requested a review May 12, 2017 00:01
@harshavardhana harshavardhana merged commit 3bc9e61 into minio:master May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants