-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add New Kafka Properties #7646
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
Labels
status: superseded
An issue that has been superseded by another
Comments
garyrussell
added a commit
to garyrussell/spring-boot
that referenced
this issue
Dec 16, 2016
Resolves spring-projects#7646 Add `max.poll.records` and generic `properties.*`.
garyrussell
added a commit
to garyrussell/spring-boot
that referenced
this issue
Dec 16, 2016
Resolves spring-projects#7646 Add `max.poll.records` and generic `properties.*`.
Closing in favor of PR #7672 |
garyrussell
added a commit
to garyrussell/spring-boot
that referenced
this issue
Dec 16, 2016
Since kafka properties are generally dotted, add a test to ensure dotted "catch-all" properties work.
garyrussell
added a commit
to garyrussell/spring-boot
that referenced
this issue
Dec 16, 2016
Add back custom config example, using include.
garyrussell
added a commit
to garyrussell/spring-boot
that referenced
this issue
Dec 16, 2016
Add back custom config example, using include.
philwebb
added a commit
that referenced
this issue
Dec 21, 2016
* pr/7672: Polish Kafka properties Support arbitrary Kafka properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The kafka 0.10 client added
max.poll.records
- this is useful and should be exposed as a boot property.Also, add a "catch-all"
properties
property (ala hibernate) to enable easier setting of other more exotic properties.The text was updated successfully, but these errors were encountered: