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

Panic documentation & Migration guide #252

Merged
merged 2 commits into from
Apr 27, 2020
Merged

Conversation

frairon
Copy link
Contributor

@frairon frairon commented Apr 26, 2020

No description provided.

MIGRATION.md Outdated

// After migration:
// create a view
view09x, _ := NewView(..., WithAutoReconnect())

Choose a reason for hiding this comment

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

should this be WithViewAutoReconnect?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch Matt. Should've tried to compile the snippet I guess.

MIGRATION.md Outdated
```go

// create a view
view014, _ := NewView(..., WithRestartable())

Choose a reason for hiding this comment

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

Similarly this is WithViewRestartable. Though maybe it's good to be "incorrect" since it's the old version and shouldn't be copied since it's just an example

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed it

@@ -0,0 +1,41 @@
This document sums up issues for migrating between 0.1.4 to 0.9.x

Choose a reason for hiding this comment

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

The guide is really clear, nice work 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If there something else that needs to be documented let me know. It's just a start...

@frairon frairon merged commit f7ae456 into consumer-group Apr 27, 2020
@frairon frairon deleted the 249-migration-guide branch April 27, 2020 19:33
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

3 participants