You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This connector allows you to get a stream of issues and pull requests from your GitHub repository, using the GitHub Api: https://developer.github.com/v3/issues/#list-issues-for-a-repository
4
+
5
+
Issues are pulled based on "updated_at" field, meaning any update to an issue or pull request will appear in the stream.
6
+
7
+
The connector writes to topic that is great candidate to demonstrate *log compaction*. It's also a fun way to automate your GitHub workflow.
8
+
9
+
It's finally aimed to be an educative example to demonstrate how to write a Source Connector a little less trivial than the `FileStreamSourceConnector` provided in Kafka.
10
+
11
+
# Contributing
12
+
13
+
This connector is not perfect and can be improved, please feel free to submit any PR you deem useful.
0 commit comments