-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Issue 3275][pulsar-io]Support source and sink of flume #3597
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
Conversation
To do: test channel, sink and source of flume
Move file to folder Add source Compile success To do -> test source
To do add test of source and sink
To do test source
Add test source of pulsar
# Conflicts: # pulsar-io/pom.xml
Flume has it's source sink system, not sure where we should integrate the source and sink |
@aahmed-se That's true. This question has been discussed in issue #3275. |
Sounds good. |
rerun java8 tests |
1 similar comment
rerun java8 tests |
run java8 tests |
rerun java8 tests |
@tuteng I've seen a failure in the tests for this connector.
I was trying to see if it's possible to check for an open port and use that from the config files. We have already a class to get that in: <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>managed-ledger-original</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency> The you could just call |
@tuteng Can you add some documents for the flume IO connector? |
Ok, I will add it later. |
Motivation
#3275
Modifications
Document
flow of data
sink command
source command
other document
In editing