Changesets: KafkaEsque
master d33407d2 2018-10-08 18:55:43 Details Diff |
update version |
||
master ba8ba40a 2018-10-08 18:39:34 Details Diff |
added key/value json-string validation |
||
master 0acd50e1 2018-10-08 17:59:25 Details Diff |
fixed NPE when filtering messages with null key or value |
||
master 9569ec3e 2018-09-23 15:33:13 Details Diff |
fixed infinite poll; added context menu and delete option |
||
master 38432a4f 2018-09-22 16:54:52 Details Diff |
Added Success Popups for Message Publishing and topic creation; updated kafka-clients version |
||
master 1cc09434 2018-09-21 21:13:12 Details Diff |
update version |
||
master 12063be3 2018-09-21 21:01:13 Details Diff |
0000003 Added new CreateTopic Window |
||
master ef7dd2b1 2018-09-21 19:25:58 Details Diff |
fix null message publishing; separate key and value json formatting |
||
master 5e1b0108 2018-09-21 18:29:37 Details Diff |
0000010 add button to stop the polling background thread |
||
master 11c8d335 2018-09-21 17:58:59 Details Diff |
fix Sorting and filtering issues when switching between OLDEST and NEWEST fetch modes |
||
master 39623b05 2018-09-21 16:41:53 Details Diff |
fix publisher resizing issue; enable sending null messages |
||
master c051e28c 2018-02-15 21:18:03 Details Diff |
0000006 added TextField to filter topics; sort topics; added TextField to search messages; try fixing the indefinite gettingMessages with NEWEST mode; |
||
master 92fe2434 2018-02-01 21:09:03 Details Diff |
0000002 added basic create topic Dialog; 0000004 added Timestamp to to KafkaMessage TableView; |
||
master 6b046f04 2018-01-29 19:24:41 Details Diff |
show loading indicator while getting topics; clear topicList when changing cluster |
||
master b9e34b05 2018-01-29 19:02:11 Details Diff |
check if the maximum offset per partition was reached for getting newest messages before stopping polling |
||
master 3d008f28 2018-01-28 19:14:40 Details Diff |
remove target folder |
||
master 36722e7a 2018-01-28 19:13:04 Details Diff |
added Maven to .gitignore |
||
master b26e065a 2018-01-28 18:59:54 Details Diff |
added SPECIFIC_OFFSET mode; display loadingIndicator while getting messages; |
||
master 9fbade3d 2018-01-28 17:39:25 Details Diff |
implemented Modes OLDEST and NEWEST; use Thread.start instead of run; |
||
master 3443a60b 2018-01-28 16:18:42 Details Diff |
Only create consumer on cluster change and change subscription on topic change; |
||
master 84fdb724 2018-01-26 15:30:31 Details Diff |
Use Splittpanes between table and lists; added possibility to add clusterConfig; added option to format message keys and values as Json; removed linebreaks from message keys and values in tableView; |
||
master 475baad5 2018-01-26 14:30:25 Details Diff |
Initial Commit |