Naresh Kumar
Naresh Kumar
gitbook 1.1.0 doesn't seem to have --theme option ``` bash$ gitbook serve . --theme /tmp/clarity/lib error: unknown option `--theme' ```
Currently each CC manages one Kafka Cluster. Its good to start thinking of supporting HA in terms of either Active:Active or Active:Passive which helps teams configure their environments.
Is it possible to read one message and produce multiple kafka records (message explode) with the current API ?
Looks like the pollAndProduce() expects both input & output topics to have the same type. We have input topic with payload as `byte[]` and output as an Confluent library encoded...
Does the library support running on more than one node ? How does it handle the key distribution of data ? (i.e all keys would go to one node/JVM ?)
Bootstrap v5 is upcoming, upgrade this app to take advantage of the new framework.
Make the jetty listen on the same/different port with https with user supplied certificates
Is there any possibility of supporting JDK 1.8 with `migrate_to_kafka_2_5` branch ?
**Is your feature request related to a problem? Please describe.** RoaringBitmap provides first() and last() methods to determine the start and end values present in the bitmap. These methods are...