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

Feature/kafka plugin #164

Merged
merged 1 commit into from
Feb 3, 2021
Merged

Feature/kafka plugin #164

merged 1 commit into from
Feb 3, 2021

Conversation

arthur657834
Copy link
Contributor

Describe what this PR does / why we need it

add support for kafka.

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

./blade create kafka delay --consumer --time 10000 --topic ares -d
./blade create kafka throwCustomException --exception java.lang.Exception --producer --topic ares -d

Special notes for reviews

@xcaspar xcaspar requested a review from tiny-x December 31, 2020 02:49
@pierre94
Copy link

@arthur657834 why does the pr contain es plugin?

import com.alibaba.chaosblade.exec.common.aop.matcher.method.MethodMatcher;
import com.alibaba.chaosblade.exec.common.aop.matcher.method.NameMethodMatcher;
import com.alibaba.chaosblade.exec.plugin.kafka.KafkaConstant;
import org.slf4j.Logger;
Copy link
Member

Choose a reason for hiding this comment

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

Remove invalid package imports

Signed-off-by: arthur657834 <kingkom7834@126.com>
@tiny-x tiny-x self-requested a review February 3, 2021 14:28
@tiny-x tiny-x merged commit ff99114 into chaosblade-io:master Feb 3, 2021
@tiny-x tiny-x added the type/enhancement New feature or request label Mar 5, 2021
@tiny-x tiny-x added this to the v0.10.0 milestone Mar 5, 2021
@tiny-x tiny-x mentioned this pull request Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants