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

Authentication, newline-delimited batches, more tests #6

Merged
merged 1 commit into from
Jan 28, 2015

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Nov 26, 2014

  • Support for basic authentication.
  • Support for serializing batches as either arrays or newline-delimited.
  • More tests for the HttpPostEmitter and for configuration.
  • Fixed some log messages.

- Support for serializing batches as either arrays or newline-delimited.
- More tests for the HttpPostEmitter and for configuration.
- Fixed some log messages.
@@ -373,12 +384,16 @@ public void run()
{
final List<List<byte[]>> batches = Lists.newLinkedList();
List<byte[]> currentBatch = Lists.newArrayList();
long currentBatchBytes = 0;
int currentBatchBytes = 0;
Copy link

Choose a reason for hiding this comment

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

i hope nobody is sending more than 2G 😆

@b-slim
Copy link

b-slim commented Jan 28, 2015

LGTM

gianm added a commit that referenced this pull request Jan 28, 2015
Authentication, newline-delimited batches, more tests
@gianm gianm merged commit 95a4084 into master Jan 28, 2015
@gianm gianm deleted the emitter-stuff branch January 28, 2015 22:38
@gianm
Copy link
Contributor Author

gianm commented Jan 28, 2015

@b-slim Released emitter-0.2.15 with these changes. Please let us know once you've had a chance to try them out. Thanks!

@b-slim
Copy link

b-slim commented Jan 28, 2015

@gianm Thanks ! sure I will !

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.

2 participants