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

KAFKA-2399; Replace Stream.continually with Iterator.continually #106

Closed

Conversation

ijuma
Copy link
Contributor

@ijuma ijuma commented Aug 3, 2015

Iterator.continually is more efficient (it doesn't allocate a Cons instance per element) and we don't need the extra functionality provided by Stream.continually.

@asfbot
Copy link

asfbot commented Aug 3, 2015

kafka-trunk-git-pr #79 SUCCESS
This pull request looks good

@ewencp
Copy link
Contributor

ewencp commented Aug 12, 2015

+1. @gwenshap or @guozhangwang this is a pretty trivial patch, should be easy to get committed.

@ijuma ijuma force-pushed the kafka-2399-replace-stream-continually branch from fa97ebf to 8c115a3 Compare December 9, 2015 00:18
@asfgit asfgit closed this in b5f5be6 Dec 9, 2015
@ijuma ijuma deleted the kafka-2399-replace-stream-continually branch March 1, 2016 22:54
ambroff pushed a commit to ambroff/kafka that referenced this pull request Jan 20, 2021
…pon PR and push (apache#106)

Add a Github Actions workflow to trigger build and test upon the below conditions.

- Create/open a new pull request
- Re-open a pull request
- Synchronized a pull request

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = N/A
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jan 7, 2022
This commit is a squash of:
- 97f6a93 [LI-HOTFIX] Add a Github Actions workflow to trigger build and test upon PR and push (apache#106)
- bb6cab9 [LI-HOTFIX] Add a Github Actions workflow to trigger build and run all tests upon a tag creation/push (apache#107)
- 4ac92ac [LI-HOTFIX] Enable the Github Actions workflow to upload the built archive and disable all Travis actions (apache#108)
- e3ca505 [LI-HOTFIX] Add note on LinkedIn Kafka Branch to README
- 883ece3 [LI-HOTFIX] Updating description of the CI flow (apache#114)
- 77cad71 [LI-HOTFIX] Add rat to CI build to make it consistent with PR (apache#173)
- 2af73a1 [LI-HOTFIX] CI: Split test builds to multiple jobs
- 22517e6 [LI-HOTFIX] CI: Enable spotbugs on build (apache#195)

And partially picked up the rat set up from
- 66596f0 [LI-HOTFIX] Adding licence and rat check (apache#159)

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = When migrating off Github Actions for CI
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jun 16, 2022
This commit is a squash of:
- 97f6a93 [LI-HOTFIX] Add a Github Actions workflow to trigger build and test upon PR and push (apache#106)
- bb6cab9 [LI-HOTFIX] Add a Github Actions workflow to trigger build and run all tests upon a tag creation/push (apache#107)
- 4ac92ac [LI-HOTFIX] Enable the Github Actions workflow to upload the built archive and disable all Travis actions (apache#108)
- e3ca505 [LI-HOTFIX] Add note on LinkedIn Kafka Branch to README
- 883ece3 [LI-HOTFIX] Updating description of the CI flow (apache#114)
- 77cad71 [LI-HOTFIX] Add rat to CI build to make it consistent with PR (apache#173)
- 2af73a1 [LI-HOTFIX] CI: Split test builds to multiple jobs
- 22517e6 [LI-HOTFIX] CI: Enable spotbugs on build (apache#195)

And partially picked up the rat set up from
- 66596f0 [LI-HOTFIX] Adding licence and rat check (apache#159)

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = When migrating off Github Actions for CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants