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

Kinesis-related code cleanup #54

Merged
merged 2 commits into from
Jun 5, 2019
Merged

Conversation

danotorrey
Copy link
Contributor

Kinesis cleanup:

  • Remove unneeded method
  • Increase max # of Kinesis pages that can be pulled from 100 to 1000. This is a max limit to prevent potential infinite loop.
  • Use underscore_case instead of cammelCase for JSON properties. Generally in Graylog we use underscores.

Dan Torrey added 2 commits June 4, 2019 16:43
Runaway looping Stopping at 100 is probably to small.
It is a general project standard to use underscores.
Copy link
Contributor

@cobaltclaudia cobaltclaudia left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@cobaltclaudia cobaltclaudia merged commit 4931756 into aws-backend Jun 5, 2019
@cobaltclaudia cobaltclaudia deleted the kinesis-json-code-cleanup branch June 5, 2019 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants