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

Provide unshaded pulsar-kafka-client #1566

Merged
merged 3 commits into from Apr 13, 2018
Merged

Conversation

sijie
Copy link
Member

@sijie sijie commented Apr 12, 2018

Similar as the original pulsar-client. It is good to provide unshaded pulsar-kafka-client, so when migrating from kafka to pulsar, there would be a change that original kafka client will be colocated with the pulsar-kafka-client. Providing an unshaded pulsar-kafka-client will address this concern.

@sijie sijie added this to the 2.0.0-incubating milestone Apr 12, 2018
@sijie sijie self-assigned this Apr 12, 2018
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
Copy link
Contributor

@sijie We should probably update the docs in ./site/docs/latest/adaptors/KafkaWrapper.md to mention this artifact as well.

@sijie
Copy link
Member Author

sijie commented Apr 13, 2018

@merlimat update the doc to include section how to use pulsar-kafka-client-original

<version>{{ site.current_version }}</version>
</dependency>
```

Copy link
Contributor

@merlimat merlimat Apr 13, 2018

Choose a reason for hiding this comment

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

Add explanation on which class to use. Eg:

If using this dependency, application would just need to change the Producer class from org.apache.kafka.clients.producer.KafkaProducer to org.apache.kafka.clients.producer.PulsarKafkaProducer. Similarly, the Pulsar wrapper implementation for consumer is namedPulsarKafkaConsumer.

Copy link
Member Author

Choose a reason for hiding this comment

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

done updated the doc

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@merlimat merlimat merged commit 31dae05 into apache:master Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants