Skip to content

Add batch consumption of messages #67

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

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

nguyenuy
Copy link
Contributor

Addressing issue #66 with this commit. Also added appropriate test coverage. Please take a look

implicit config: EmbeddedKafkaConfig,
deserializer: Deserializer[T]): List[T] = {

import scala.collection.JavaConversions._
Copy link
Owner

Choose a reason for hiding this comment

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

JavaConversions is deprecated in 2.12. Could you please use JavaConverters instead?

@nguyenuy nguyenuy force-pushed the add_batch_consumption branch from 0d4347f to d4864ef Compare January 30, 2017 15:25
@nguyenuy
Copy link
Contributor Author

@manub added import scala.collection.JavaConverters._ within that specific function. Didn't want to do too much changing elsewhere

@nguyenuy
Copy link
Contributor Author

nguyenuy commented Feb 3, 2017

Is there anything else you need for this PR?

@manub
Copy link
Owner

manub commented Feb 3, 2017

Sorry I didn't have time to carry on reviewing! LGTM, will merge.

@manub manub merged commit d6b6a74 into manub:master Feb 3, 2017
@manub
Copy link
Owner

manub commented Feb 4, 2017

I will release a new patch version shortly.

@manub
Copy link
Owner

manub commented Feb 7, 2017

Released in v0.11.1

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