trifecta
trifecta copied to clipboard
Trifecta is a web-based and CLI tool that simplifies inspecting Kafka messages and Zookeeper data. Additionally, the CLI tool provides the capability to import/export data to/from ElasticSearch and Mo...
Hi, As described here https://github.com/ldaniels528/trifecta#configuring-trifecta-ui I have defined a custom port 9010 in /data/mybox/.trifecta/config.properties since I have another application listening in 9000. Even after changing config, still I am getting...
Can't stop infinite streaming. It shows modal window with message "No streaming session found". Have tried to clear all site data, cache, cookie, used incognito tab, different browsers, nothing helped....
Hello, I needed to build a debian package for Trifecta UI so I modified the build script. I would be glad if you merged it so I could plug my...
Kafka 2.0.0 has been released. Can you support it?
It would be great to be able to provide custom decoders which should implement some interface and put as a jar in a plugin derectory. What i really want is...
Hi I could not force native consumer groups support in RC8 and RC6 (version 0.22): * trifecta-ui-0.22.0rc8b-0.10.1.0.zip * trifecta-ui-0.22.0rc6h-0.10.1.0.zip After some investigation of source code it seems you drop support...
Hi, I am not scala developer and use only UI. I go to debug topics, and click "Find a message". When I select the topic, whatever I will write in...
Hi, I am not scala developer and use only UI. How export messages from the topic to any format to process in one go? I'm using https://github.com/janschultecom/docker-trifecta.
The message count ignores offset 0, leading to 1 less per partition and in total p less, where p is the number of partitions. E.g. if you publish 100K messages...
In some topics, when displaying a message content on "Observe" panel, the same content is displayed on different offsets, although on Kafka I can see that there is no 2...