Is this a bad joke Samsung?

So it’s probably time to upgrade my phone (I know, first world problems) but what the hell Samsung? I was thinking about a Samsung Galaxy 23+ as an upgrade to my Samsung Galaxy S20+, it’s been 3 years now, but… Display Samsung Galaxy S20+ Samsung Galaxy S23+ Size 6.7 inches (!) 6.6 inches Resolution 3200 x 1440 pixels, 20:9 ratio, 524 PPI (!) 2340 x 1080 pixels, 19.5:9 ratio, 390 PPI Technology Dynamic AMOLED Dynamic AMOLED Refresh Rate 120Hz 120Hz Screen To Body Ratio 90.94 % (!) 89.71 % A 1150CHF upgrade just because of the Snapdragon processor? No, thank… Read more

Reading from Kafka in Java

To read records from a Kafka cluster using the consumer API in Java, you will need to follow these steps (written by OpenAI ChatGPT). Add the following dependency to your pom.xml file. Import the necessary Kafka classes in your Java file. Create a KafkaConsumer object by setting the necessary configuration properties. Subscribe to the topic you want to read from. Poll for new records using the poll() method of the KafkaConsumer object. Close the consumer when you are finished. That’s it! That’s how you read records from a Kafka cluster using the consumer API in Java.