2026 April Updates#78
Merged
dan-du-car merged 2 commits intodevelopfrom Apr 16, 2026
Merged
Conversation
* multithreading with bash * use supervisord to start multiple processes, with config * Default to 1 consumer to match existing behavior * revert unnecessary docker compose edit * documentation * Update and correct documentation * edit doc * Update all dockerfiles. Remove old non-functional kafka/zookeper services * default dockerfile * remove unused ports * Fix config * config fixes * fix whitespace * default value * use directories for process logs so delete via -R will still work * revert * log name * check num procs config * adm default value
* release notes * edit notes
dan-du-car
approved these changes
Apr 16, 2026
Contributor
|
@iyourshaw It seems the dependent module asn1-codec failing to build. Is there further action planned to address the issue? |
Contributor
Author
The build succeeds, see the "Docker build" result here: But the Sonar CI is failing because the Sonar CI task appears to use an obsolete github action: That Sonar check should be fixed, but it's outside the scope of this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR Details
Description
Includes these PRs from our fork:
Please note the CI tests for this PR are failing due to an obsolete Sonar configuration the the ci.yml which is unrelated to the contents of this PR.
Related GitHub Issue
Run multiple processes/consumers #79
Related Jira Key
N/A
Motivation and Context
See the PRs and issue above for the rationale for the new feature.
How Has This Been Tested?
Changes were tested by:
Types of changes
Checklist: