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 based publisher for replication tasks #585

Merged
merged 2 commits into from
Feb 28, 2018

Conversation

samarabbas
Copy link
Contributor

No description provided.

@@ -65,3 +68,16 @@ func (c *kafkaClient) NewConsumer(topicName, consumerName string, concurrency in
consumer, err := c.client.NewConsumer(consumerConfig)
Copy link
Contributor

Choose a reason for hiding this comment

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

Fixing the interface issue with the latest kafka client as part of this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will take care of it in a separate PR.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 67.253% when pulling c2e208c on samarabbas:replicator into d914e07 on uber:master.

@@ -30,6 +32,7 @@ type (
kafkaClient struct {
config *KafkaConfig
client *kafkaclient.Client
Copy link
Contributor

Choose a reason for hiding this comment

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

I think all you need is to glide up and make this a non-pointer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will take care of it in a separate PR.

@samarabbas samarabbas merged commit f265fd8 into cadence-workflow:master Feb 28, 2018
@samarabbas samarabbas deleted the replicator branch February 28, 2018 01:55
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.

4 participants