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

SPARK-2803: add Kafka stream feature in according to specified starting offset position to fetch messages #1602

Closed
wants to merge 12 commits into from

Conversation

pengyanhong
Copy link

create Kafka input DStream to fetch batch messages from specified starting position

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@tdas
Copy link
Contributor

tdas commented Jul 30, 2014

@pengyanhong Can you please follow the usual process of creating a JIRA corresponding to this patch, and add the JIRA number to the title of PR? (See other PRs for reference)

Also, particular to this patch, can you give some background behind this patch - what is the problem it is try to solve, what is the design of the solution?

@pengyanhong pengyanhong changed the title add Kafka stream feature in according to specified starting offset position to fetch messages SPARK-2803: add Kafka stream feature in according to specified starting offset position to fetch messages Aug 3, 2014
Conflicts:
	external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaSimpleConsumer.scala
	external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaSimpleInputDStream.scala
	external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaUtils.scala
@SparkQA
Copy link

SparkQA commented Sep 5, 2014

Can one of the admins verify this patch?

@tdas
Copy link
Contributor

tdas commented Dec 24, 2014

@pengyanhong This is a very neat feature to add in Kafka utils. However, right now we are focused on improving fault-tolerance and semantic guarantees of the existing stream. This is not in our roadmap as of now.

However, we have now added a new way for contributors to showcase their contributions to the community and maintain it themselves - spark-packages.org . Please consider adding your feature here. Others have done it too, e.g. http://spark-packages.org/package/5

In the meantime, mind closing this PR?

@asfgit asfgit closed this in 534f24b Dec 27, 2014
sunchao pushed a commit to sunchao/spark that referenced this pull request Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants