Deletion of a topic has been supported since 0.8.2.x version. You have to enable topic deletion (setting delete.topic.enable to true) on all brokers first. Note: Ever since 1.0.x, the...
  • April 3, 2022
  • 0 Comments
There are actually many good reasons to consider using accessors rather than directly exposing fields of a class – beyond just the argument of encapsulation and making future changes easier. Here are...
  • April 3, 2022
  • 0 Comments
Well here is a complete example of an AutoStart Application AndroidManifest file <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pack.saltriver" android:versionCode="1" android:versionName="1.0"> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> <application android:icon="@drawable/icon" android:label="@string/app_name"> <receiver android:name=".autostart"> <intent-filter>...
  • April 3, 2022
  • 0 Comments
Eventually you’ll want to move to something like LWJGL, but let me stress, keep doing what you’re doing here for now. It will teach you fundamentals. Good job on...
  • April 3, 2022
  • 0 Comments