HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jackbauer24

no profile record

投稿

[untitled]

8 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

23 ポイント·投稿者 jackbauer24·2 年前·0 コメント

[untitled]

4 ポイント·投稿者 jackbauer24·2 年前·0 コメント

Streaming Platform Comparision:Kafka/Confluent/Pulsar/AutoMQ/Redpanda/Warpstream

github.com
27 ポイント·投稿者 jackbauer24·2 年前·4 コメント

コメント

jackbauer24
·昨年·議論
[dead]
jackbauer24
·2 年前·議論
I agree with you. If we have more data, it can definitely be more cost-effective.
jackbauer24
·2 年前·議論
Regarding this issue, I have some observations of my own. I've noticed that systems based on queues, such as Kafka, AMQP, etc., are still very widespread, for example in vehicle networking, transaction systems, and so on. I recently encountered a customer deploying Kafka on AWS, with monthly consumption of Kafka-related computing storage exceeding $1 million. The cluster scale is huge, containing various system events, logs, etc. I've also seen customers building IoT platforms based on Kafka. Kafka has become very central to the IoT platform, and any problems can cause the entire IoT platform to be unavailable. I personally have written over 80% of the code for Apache RocketMQ, and today I have created a new project, AutoMQ (https://github.com/AutoMQ/automq). At the same time, we also see that competition in this field is very fierce. Redpanda, Confluent, WarpStream, StreamNative, etc., are all projects built based on the Kafka ecosystem. Therefore, the architecture based on message queues has not become obsolete. A large part of the business has transformed into a Streaming form. I think Streaming and MQ are highly related. Streaming leans more towards data flow, while MQ leans more towards individual messages.
jackbauer24
·2 年前·議論
wow
jackbauer24
·2 年前·議論
Have you seen AutoMQ's approach(https://github.com/AutoMQ/automq)? It is hard to believe that users can tolerate a produce message latency of hundreds of milliseconds with WarpStream. As the Co-founder & CEO of AutoMQ, we have engaged with hundreds of users, many of whom are seeking both speed and reliability. So We require a stateless broker solution that is fully compatible with Apache Kafka, while also excelling in terms of low latency and cost effectiveness on cloud infrastructure.
jackbauer24
·2 年前·議論
The following explanation from Strimzi about the difficulty of implementing autoscaling in Kubernetes can also be applied to answer this question. Using spot instances requires the computing layer to be stateless.

ref:https://github.com/orgs/strimzi/discussions/6635

For Kafka brokers, auto-scaling is complicated because of their architecture. Adding or removing brokers is simple. But directing some load to them is complicated because they are in a way form of data storage. And moving the whole partitions between brokers is expensive. The partitions often contain huge amounts of data which need to be shifted from one broker to another - that will take time, it will have a performance penalty on the other traffic and possibly cost even real money for the data transfers.
jackbauer24
·2 年前·議論
The table summarizes the differences between various streaming platforms. It highlights how different technical architecture choices can lead to different end results. What are your thoughts on this table?
jackbauer24
·2 年前·議論
I completely empathize with your situation. It can indeed be frustrating when you're on a job hunt and going through what you're experiencing. But don't lose hope. You're not alone in this. The pandemic has had a profound impact on job markets globally, and many people are looking for new opportunities.

Firstly, I suggest revisiting your CV. Perhaps you could get a professional resume consultant or a trusted friend to take a look at it. They might provide some valuable feedback. Also, try tailoring your cover letters and CVs to match the requirements of each job. This could potentially increase your success rate.

Secondly, try broadening your job search channels. In addition to traditional job websites, consider participating in industry-related online events or forums. This could not only expand your network but also possibly uncover some hidden job opportunities.

Lastly, regarding your job gap, you can explain in interviews that it was due to the pandemic. I believe most employers would understand. Meanwhile, you could use this time to upskill or do some volunteer work, so your CV won't look empty.

Remember, everyone faces setbacks on their job-seeking journey. The key is to maintain a positive attitude and keep learning and improving. Good luck!
jackbauer24
·2 年前·議論
This article has been very helpful in helping me re-understand the 'market'.
jackbauer24
·2 年前·議論
No job will be completely replaced. However, with the advent of AI, many jobs have become easier, and therefore the number of positions has decreased, such as designers.
jackbauer24
·2 年前·議論
I am familiar with this documentary. The current presentation style is quite spectacular.
jackbauer24
·2 年前·議論
I like this, oauth has a certain threshold, whether this can run in the browser or not
jackbauer24
·2 年前·議論
I used to generate images using gpt, which took a long time, and I was happy to pay if I could do it for a few seconds.
jackbauer24
·2 年前·議論
[flagged]
jackbauer24
·2 年前·議論
scale is becoming more and more important, not just for cost, but also as a key technology feature to help deal with unexpected traffic and reduce the cost of manual operations.
jackbauer24
·2 年前·議論
Scaling Kafka has always been a headache for me, but seeing AutoMQ storing data entirely on S3, making Brokers stateless, no longer needing to migrate data for Kafka scaling. Awesome.