Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.18.1
-
None
-
Unknown
Description
Try to execute github commit polling
from("github://commit/main?" + "repoOwner=YOUR_OWNER" + "&repoName=YOUR_REPO" + "&delay=5000" + "&startingSha=last" + "&sendEmptyMessageWhenIdle=true" + "&oauthToken=YOUR_TOKEN") .log("${body}");
Commit something to repo. As the result you'll have `null`.
In case `startingSha=beginning` all previous commits retrieved but new commits won't be pulled.
Attachments
Issue Links
- relates to
-
CAMEL-18439 camel-github - Consumer that polls commits crashed when repository has more than 100 commits
- Resolved