gosonzhang opened a new issue, #7818:
URL: https://github.com/apache/inlong/issues/7818
### Description
In the InLong data reporting scheme, the data is always transmitted to MQ in
one direction, and then processed to different target clusters by Sort. In our
environment, the business has recently raised such a requirement, hoping to use
the specified {groupId, streamId} to copy data to different MQ clusters
The purpose of this requirement is to copy data from the specified data
stream according to {groupId, streamId} for separate processing without
affecting the current data stream, such as functional A/B testing, data
sampling, etc.
This issue is raised to discuss this feature and its implementation, after
analysis, I personally think that this is a relatively common functional
requirement, and there may be similar requirements in other environments.
If you have any suggestions, please let me know
### Use case
The purpose of this requirement is to copy data from the specified data
stream according to {groupId, streamId} for separate processing without
affecting the current data stream, such as functional A/B testing, data
sampling, etc.
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]