You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by 周波 <zh...@gmail.com> on 2021/12/14 03:07:29 UTC

[DISCUSS] rocketmq-streams 1.0.0-preview Release

Hello RocketMQ Community,

This is the discussion for the release of rocketmq-streams 1.0.0-preview
Release.

With the popularization and development of mobile internet and cloud
computing technologies in all walks of life, big data computing has been
deeply rooted in the hearts of the people, the most common ones are flink,
spark, etc. These big data frameworks adopt a centralized Master-Slave
architecture, which is heavy in dependence and deployment, and each task
also has a large overhead and a large usage cost. RocketMQ Streams focuses
on building a lightweight computing engine. Except for message queues, it
has no additional dependencies. It has made a lot of optimizations on
filtering scenarios. The performance is improved by 3-5 times and resources
are saved by 50%-80%.

RocketMQ Streams is suitable for scenarios with large data volume -> high
filtering -> light window computing. The core builds light resources and
high performance advantages. It has great advantages in resource sensitive
scenarios. The minimum 1core and 1g can be deployed. Recommended
application scenarios (safe , Risk control, edge computing, message queue
flow computing).

More and more companies and developers are very interested in RocketMQ
Streams, because a lot of code changes are involved, the preview version
will be released first, and the production-ready version will meet
immediately as the community continues to iterate.

At present, the development work of the rocketmq-streams 1.0.0-preview
community is basically ready. Through the rocketmq-streams 1.0.0-preview,
We can basically see the whole picture of rocketmq-streams。


The main goal of this release is to release the first preview version of
rocketmq-streams

rocketmq-streams

https://github.com/apache/rocketmq-streams

Welcome everyone to comment in this email, and if no other sounds, I would
like to call for a vote for this release :-)

Regards,
zhoubo

Re: [DISCUSS] rocketmq-streams 1.0.0-preview Release

Posted by 周波 <zh...@gmail.com>.
The document is under collation, please keep paying attention

Regards,
zhoubo

Andrea Selva <se...@gmail.com> 于2021年12月14日周二 17:09写道:

> There is any architectural documentation that explains how it scale, if it
> uses a single thread per processing unit or use a more reactive approach?
>
> Thanks
>  Andrea
>
>
> On Tue, Dec 14, 2021 at 10:01 AM vongosling <vo...@apache.org> wrote:
>
>> Good shape, Go ahead ~
>> One more suggestion. we should import checktyle and remove some l10n
>> comments.
>>
>> 周波 <zh...@gmail.com> 于2021年12月14日周二 11:07写道:
>>
>>> Hello RocketMQ Community,
>>>
>>> This is the discussion for the release of rocketmq-streams 1.0.0-preview
>>> Release.
>>>
>>> With the popularization and development of mobile internet and cloud
>>> computing technologies in all walks of life, big data computing has been
>>> deeply rooted in the hearts of the people, the most common ones are flink,
>>> spark, etc. These big data frameworks adopt a centralized Master-Slave
>>> architecture, which is heavy in dependence and deployment, and each task
>>> also has a large overhead and a large usage cost. RocketMQ Streams focuses
>>> on building a lightweight computing engine. Except for message queues, it
>>> has no additional dependencies. It has made a lot of optimizations on
>>> filtering scenarios. The performance is improved by 3-5 times and resources
>>> are saved by 50%-80%.
>>>
>>> RocketMQ Streams is suitable for scenarios with large data volume ->
>>> high filtering -> light window computing. The core builds light resources
>>> and high performance advantages. It has great advantages in resource
>>> sensitive scenarios. The minimum 1core and 1g can be deployed. Recommended
>>> application scenarios (safe , Risk control, edge computing, message queue
>>> flow computing).
>>>
>>> More and more companies and developers are very interested in RocketMQ
>>> Streams, because a lot of code changes are involved, the preview version
>>> will be released first, and the production-ready version will meet
>>> immediately as the community continues to iterate.
>>>
>>> At present, the development work of the rocketmq-streams 1.0.0-preview
>>> community is basically ready. Through the rocketmq-streams 1.0.0-preview,
>>> We can basically see the whole picture of rocketmq-streams。
>>>
>>>
>>> The main goal of this release is to release the first preview version of
>>> rocketmq-streams
>>>
>>> rocketmq-streams
>>>
>>> https://github.com/apache/rocketmq-streams
>>>
>>> Welcome everyone to comment in this email, and if no other sounds, I
>>> would like to call for a vote for this release :-)
>>>
>>> Regards,
>>> zhoubo
>>>
>>
>>
>> --
>> Best Regards :-)
>>
>

Re: [DISCUSS] rocketmq-streams 1.0.0-preview Release

Posted by Andrea Selva <se...@gmail.com>.
There is any architectural documentation that explains how it scale, if it
uses a single thread per processing unit or use a more reactive approach?

Thanks
 Andrea


On Tue, Dec 14, 2021 at 10:01 AM vongosling <vo...@apache.org> wrote:

> Good shape, Go ahead ~
> One more suggestion. we should import checktyle and remove some l10n
> comments.
>
> 周波 <zh...@gmail.com> 于2021年12月14日周二 11:07写道:
>
>> Hello RocketMQ Community,
>>
>> This is the discussion for the release of rocketmq-streams 1.0.0-preview
>> Release.
>>
>> With the popularization and development of mobile internet and cloud
>> computing technologies in all walks of life, big data computing has been
>> deeply rooted in the hearts of the people, the most common ones are flink,
>> spark, etc. These big data frameworks adopt a centralized Master-Slave
>> architecture, which is heavy in dependence and deployment, and each task
>> also has a large overhead and a large usage cost. RocketMQ Streams focuses
>> on building a lightweight computing engine. Except for message queues, it
>> has no additional dependencies. It has made a lot of optimizations on
>> filtering scenarios. The performance is improved by 3-5 times and resources
>> are saved by 50%-80%.
>>
>> RocketMQ Streams is suitable for scenarios with large data volume -> high
>> filtering -> light window computing. The core builds light resources and
>> high performance advantages. It has great advantages in resource sensitive
>> scenarios. The minimum 1core and 1g can be deployed. Recommended
>> application scenarios (safe , Risk control, edge computing, message queue
>> flow computing).
>>
>> More and more companies and developers are very interested in RocketMQ
>> Streams, because a lot of code changes are involved, the preview version
>> will be released first, and the production-ready version will meet
>> immediately as the community continues to iterate.
>>
>> At present, the development work of the rocketmq-streams 1.0.0-preview
>> community is basically ready. Through the rocketmq-streams 1.0.0-preview,
>> We can basically see the whole picture of rocketmq-streams。
>>
>>
>> The main goal of this release is to release the first preview version of
>> rocketmq-streams
>>
>> rocketmq-streams
>>
>> https://github.com/apache/rocketmq-streams
>>
>> Welcome everyone to comment in this email, and if no other sounds, I
>> would like to call for a vote for this release :-)
>>
>> Regards,
>> zhoubo
>>
>
>
> --
> Best Regards :-)
>

Re: [DISCUSS] rocketmq-streams 1.0.0-preview Release

Posted by vongosling <vo...@apache.org>.
Good shape, Go ahead ~
One more suggestion. we should import checktyle and remove some l10n
comments.

周波 <zh...@gmail.com> 于2021年12月14日周二 11:07写道:

> Hello RocketMQ Community,
>
> This is the discussion for the release of rocketmq-streams 1.0.0-preview
> Release.
>
> With the popularization and development of mobile internet and cloud
> computing technologies in all walks of life, big data computing has been
> deeply rooted in the hearts of the people, the most common ones are flink,
> spark, etc. These big data frameworks adopt a centralized Master-Slave
> architecture, which is heavy in dependence and deployment, and each task
> also has a large overhead and a large usage cost. RocketMQ Streams focuses
> on building a lightweight computing engine. Except for message queues, it
> has no additional dependencies. It has made a lot of optimizations on
> filtering scenarios. The performance is improved by 3-5 times and resources
> are saved by 50%-80%.
>
> RocketMQ Streams is suitable for scenarios with large data volume -> high
> filtering -> light window computing. The core builds light resources and
> high performance advantages. It has great advantages in resource sensitive
> scenarios. The minimum 1core and 1g can be deployed. Recommended
> application scenarios (safe , Risk control, edge computing, message queue
> flow computing).
>
> More and more companies and developers are very interested in RocketMQ
> Streams, because a lot of code changes are involved, the preview version
> will be released first, and the production-ready version will meet
> immediately as the community continues to iterate.
>
> At present, the development work of the rocketmq-streams 1.0.0-preview
> community is basically ready. Through the rocketmq-streams 1.0.0-preview,
> We can basically see the whole picture of rocketmq-streams。
>
>
> The main goal of this release is to release the first preview version of
> rocketmq-streams
>
> rocketmq-streams
>
> https://github.com/apache/rocketmq-streams
>
> Welcome everyone to comment in this email, and if no other sounds, I would
> like to call for a vote for this release :-)
>
> Regards,
> zhoubo
>


-- 
Best Regards :-)

Re: [DISCUSS] rocketmq-streams 1.0.0-preview Release

Posted by vongosling <vo...@apache.org>.
Good shape, Go ahead ~
One more suggestion. we should import checktyle and remove some l10n
comments.

周波 <zh...@gmail.com> 于2021年12月14日周二 11:07写道:

> Hello RocketMQ Community,
>
> This is the discussion for the release of rocketmq-streams 1.0.0-preview
> Release.
>
> With the popularization and development of mobile internet and cloud
> computing technologies in all walks of life, big data computing has been
> deeply rooted in the hearts of the people, the most common ones are flink,
> spark, etc. These big data frameworks adopt a centralized Master-Slave
> architecture, which is heavy in dependence and deployment, and each task
> also has a large overhead and a large usage cost. RocketMQ Streams focuses
> on building a lightweight computing engine. Except for message queues, it
> has no additional dependencies. It has made a lot of optimizations on
> filtering scenarios. The performance is improved by 3-5 times and resources
> are saved by 50%-80%.
>
> RocketMQ Streams is suitable for scenarios with large data volume -> high
> filtering -> light window computing. The core builds light resources and
> high performance advantages. It has great advantages in resource sensitive
> scenarios. The minimum 1core and 1g can be deployed. Recommended
> application scenarios (safe , Risk control, edge computing, message queue
> flow computing).
>
> More and more companies and developers are very interested in RocketMQ
> Streams, because a lot of code changes are involved, the preview version
> will be released first, and the production-ready version will meet
> immediately as the community continues to iterate.
>
> At present, the development work of the rocketmq-streams 1.0.0-preview
> community is basically ready. Through the rocketmq-streams 1.0.0-preview,
> We can basically see the whole picture of rocketmq-streams。
>
>
> The main goal of this release is to release the first preview version of
> rocketmq-streams
>
> rocketmq-streams
>
> https://github.com/apache/rocketmq-streams
>
> Welcome everyone to comment in this email, and if no other sounds, I would
> like to call for a vote for this release :-)
>
> Regards,
> zhoubo
>


-- 
Best Regards :-)