WIP:fix:activation
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / implementation / kafka / InfoChannel.java
2024-03-14 Kai Moritzfix: Detection of the `READY`-state for `InfoChannel...
2024-03-14 Kai Moritzrefactor: Refined channel-states, introduced `ChannelSt...
2024-02-28 Kai Moritzfix: Fixed `ConcurrentModificationException` when acces...
2024-02-26 Kai Moritzfeat: Made polling-interval for Kafka configurable
2024-02-26 Kai Moritzfix: The number of chards is the number of partitions...
2024-02-20 Kai Moritzfix: `getChatRoomInfo()` thrwos `LoadInProgressExceptio...
2024-02-20 Kai Moritzrefactor: compute `loadInProgress` on offset-change
2024-02-20 Kai Moritzrefactor: separated message- and record- (aka offset...
2024-02-20 Kai Moritzrefactor: Renamed method in `InfoChannel` according...
2024-02-20 Kai Moritzfeat: Introduced events that are send, if a shard is...
2024-02-20 Kai Moritzfix: `metadata` is never `null`
2024-02-20 Kai Moritzfix: GREEN - `DataChannel` creates entries for existent...
2024-02-20 Kai Moritzrefactor: Separated channels for data and info -- Refac...
2024-02-20 Kai Moritzrefactor: Separated channels for data and info -- Moved...