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

Kafka: Support Arbitrary Producer/Consumer Props #9775

Closed
wants to merge 1 commit into from

Conversation

garyrussell
Copy link
Contributor

PR #7672 Added support for arbitrary common properties.

However, Kafka emits a warning if a producer configuration contains properties intended
only for consumers, and vice versa.

The documentation showed a sample of how to write code to configure arbitrary properties
but this is inconvenient.

Add arbitrary properties to the consumer and procucer configs.

PR spring-projects#7672 Added support for arbitrary common properties.

However, Kafka emits a warning if a producer configuration contains properties intended
only for consumers, and vice versa.

The documentation showed a sample of how to write code to configure arbitrary properties
but this is inconvenient.

Add arbitrary properties to the consumer and procucer configs.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 17, 2017
@philwebb philwebb added priority: normal type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 17, 2017
@philwebb philwebb added this to the 2.0.0.M3 milestone Jul 17, 2017
@snicoll snicoll self-assigned this Jul 19, 2017
snicoll pushed a commit that referenced this pull request Jul 19, 2017
PR #7672 Added support for arbitrary common properties.

However, Kafka emits a warning if a producer configuration contains
properties intended only for consumers, and vice versa.

The documentation showed a sample of how to write code to configure
arbitrary properties but this is inconvenient.

Add arbitrary properties to the consumer and procucer configs.

See gh-9775
@snicoll snicoll closed this in 38ad582 Jul 19, 2017
snicoll added a commit that referenced this pull request Jul 19, 2017
* pr/9775:
  Polish "Add support for arbitrary producer/consumer Kafka properties"
  Add support for arbitrary producer/consumer Kafka properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants