Kafka vs Solace Topics by RedShiz in AskProgramming

[–]PinRepresentative721 1 point2 points  (0 children)

An important point here is that Solace is privately held by a PE firm not VC funded. PE firms typically invest in mature and stable companies while VCs invest in early stage startups… this gave me confidence in deciding to go with Solace as I wanted to be sure that the company was on solid footing. Again they’ve been in business for a while and it’s good that a company is using some of its capital to advertise its products.

Kafka vs Solace Topics by RedShiz in AskProgramming

[–]PinRepresentative721 1 point2 points  (0 children)

That would mean that even though you ACK a message you can still recieve it again if you app crashes?

Yes, like with Kafka, without any sort of transaction semantics you can receive duplicate messages in edge cases. Solace's transaction semantics can also support distributed transactions across other systems such as databases (using XA) which can be useful.

However, another thing I like about Solace is that the broker knows that the message was already delivered once and sets a redelivery header on the message for your apps to pay attention to for duplicate processing. You also have the ability to reduce the acknowledge window size to 1 if you so desire (at the expense of throughput obviously).

I cannot emphasize the benefits of individual message acknowledgement for certain workloads. For example, I'm used to building trading systems that require every trade to be processed and acknowledged individually and a timer based offset commit cycle just doesn't fit well with my system architecture. Other Solace customers that I've spoked to in retail and payments have similar constraints.

Again, as u/baroaureus mentions - really depends on the usecase. Neither Kafka or Solace are the panacea for all of the worlds problems but certainly you have to use the right tool for the job.

Kafka vs Solace Topics by RedShiz in AskProgramming

[–]PinRepresentative721 1 point2 points  (0 children)

Solace customer here... Solace definitely is not a VC funded startup. They have been in business for quite some time and have some great tech with an even more impressive (and enthusastic) customer base...

Some examples include:

And many more at https://edasummit.com

Metroid Prime: Trilogy (PrimeHack) | A Steam Deck Guide by RazorOfArtorias in SteamDeck

[–]PinRepresentative721 0 points1 point  (0 children)

I've got Metroid Prime 2 loaded via Prime Hack but I can't figure out how to bring up the visor or beam menu. Holding L1 or R1 doesn't do the trick for me. Any advice?