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

[issue 3954] [flink] Use (client/consumer/producer) pojo to pass config to pulsar client #4232

Merged
merged 5 commits into from
May 9, 2019

Conversation

shiv4289
Copy link
Contributor

@shiv4289 shiv4289 commented May 8, 2019

Motivation

pulsar-flink client lags behind pulsar-client in the number of configuration options. Write pulsar-flink in a way that does not warrant changing pulsar-flink every time a new config is introduced.

Modifications

In this patch, we provide handles for flink connecotr to accept ClientConfigurationData, ProducerConfigurationData, ConsumerConfigurationData so flink client can:

  1. accept all params of client, producer and consumer
  2. Keep pace with pulsar-client

Verifying this change

This change added tests and can be verified as follows:

  • Added test cases for the new code

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (yes)
  • The public API: (yes)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (yes)

Documentation

  • Does this pull request introduce a new feature? ( no)
  • If yes, how is the feature documented? (not applicable)
  • If a feature is not applicable for documentation, explain why? (Internal refactoring)
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

shiv4289 and others added 4 commits April 2, 2019 12:12
Merge latest commits from apache/pulsar master
In this patch, we provide handles for flink connecotr to accept ClientConfigurationData, ProducerConfigurationData, ConsumerConfigurationData so flink client can:
1. accept all params of client, producer and consumer
2. Keep pace with pulsar-client
Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

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

👍

@merlimat merlimat added this to the 2.4.0 milestone May 8, 2019
@merlimat merlimat added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label May 8, 2019
@merlimat merlimat assigned merlimat and shiv4289 and unassigned merlimat May 8, 2019
@shiv4289
Copy link
Contributor Author

shiv4289 commented May 9, 2019

run java8 tests

@jiazhai jiazhai merged commit 8c59fd3 into apache:master May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants