[{"data":1,"prerenderedAt":269},["ShallowReactive",2],{"changelog-release-\u002Fchangelog\u002Fv1.0.0":3,"changelog-release-navigation-\u002Fchangelog\u002Fv1.0.0":267},{"id":4,"title":5,"body":6,"date":248,"description":249,"excerpt":250,"extension":258,"meta":259,"navigation":260,"ogImage":20,"path":261,"seo":262,"sitemap":263,"stem":264,"version":265,"__hash__":266},"changelog\u002Fchangelog\u002Fv1.0.0.md","Kafma v1.0.0",{"type":7,"value":8,"toc":230},"minimark",[9,13,22,27,30,33,41,45,48,55,59,62,65,73,77,80,88,92,97,125,129,143,147,161,165,182,186,194,198,209,213,221],[10,11,12],"p",{},"Kafma is a desktop Kafka client with one organizing idea: a topic is a tab. Messages stream in at the top, the producer sits at the bottom, and the whole debugging loop — inspect, edit, resend — stays on one screen. Around that console, v1.0.0 brings schema work, cross-cluster cloning, and everyday cluster operations into the same workspace.",[10,14,15],{},[16,17],"img",{"alt":18,"height":19,"src":20,"width":21},"Kafma workspace with clusters, topics, schemas, and a message console",1898,"https:\u002F\u002Fmedia.kafma.app\u002Fchangelog\u002Fv1.0.0\u002Fhomepage-hero.png",3024,[23,24,26],"h2",{"id":25},"a-topic-is-a-tab","A topic is a tab",[10,28,29],{},"Open each topic in its own Console tab and keep several investigations running at once. Messages stream into the top of the tab while the producer stays open below, so sending a message and inspecting the result remain part of the same debugging loop.",[10,31,32],{},"Use Live mode to tail new messages as they arrive, or switch to Watch Group mode to follow the messages read by a selected consumer group. Send one message at a time, or run a timed loop that generates random payloads from the topic's schema.",[10,34,35],{},[16,36],{"alt":37,"height":38,"src":39,"width":40},"Kafma console producing and consuming Kafka messages in one tab",1366,"https:\u002F\u002Fmedia.kafma.app\u002Fchangelog\u002Fv1.0.0\u002Fhomepage-console-produce.png",2428,[23,42,44],{"id":43},"inspect-decode-and-reuse-messages","Inspect, decode, and reuse messages",[10,46,47],{},"Expand a message to inspect its payload and metadata in context. Avro and Protobuf payloads decode automatically. Replay a message to a topic in the same cluster, or forward a single message — or the current search results — to another cluster, where the target topic is created automatically if it does not exist. Messages can also be exported as JSON or CSV.",[10,49,50],{},[16,51],{"alt":52,"height":53,"src":54,"width":40},"Decoded Avro message with replay, forwarding, and export actions",1204,"https:\u002F\u002Fmedia.kafma.app\u002Fchangelog\u002Fv1.0.0\u002Fhomepage-console-decode.png",[23,56,58],{"id":57},"work-with-schemas-before-publishing","Work with schemas before publishing",[10,60,61],{},"Schema drafts show a live diff against the current version, making unintended changes visible before they reach the registry. Generate mock data to see what a schema produces, validate a real message against it in Lab, and compare historical versions when investigating how a subject evolved.",[10,63,64],{},"When the draft is ready, run compatibility validation and publish the new version from the same workflow.",[10,66,67],{},[16,68],{"alt":69,"height":70,"src":71,"width":72},"Kafma schema editor showing a draft diff against the live version",1440,"https:\u002F\u002Fmedia.kafma.app\u002Fchangelog\u002Fv1.0.0\u002Fhomepage-schema.png",2414,[23,74,76],{"id":75},"clone-production-context-safely","Clone production context safely",[10,78,79],{},"Clone a complete topic between clusters, including its configuration, schemas, and a selected slice of data. Mask sensitive fields while the messages are copied, and reproduce a production-only issue in a local or test cluster without modifying the source.",[10,81,82],{},[16,83],{"alt":84,"height":85,"src":86,"width":87},"Kafma cloning a production topic to a local cluster with field masking",1564,"https:\u002F\u002Fmedia.kafma.app\u002Fchangelog\u002Fv1.0.0\u002Fhomepage-data-clone.png",2740,[23,89,91],{"id":90},"everything-in-kafma-v100","Everything in Kafma v1.0.0",[93,94,96],"h3",{"id":95},"messages-and-topics","Messages and topics",[98,99,100,104,107,110,113,116,119,122],"ul",{},[101,102,103],"li",{},"Open topics in independent Console tabs and switch between active investigations.",[101,105,106],{},"Produce messages while consuming from the same tab, with Live and Watch Group modes.",[101,108,109],{},"Send single messages, or run a timed loop that generates schema-based random payloads.",[101,111,112],{},"Decode Avro and Protobuf payloads automatically.",[101,114,115],{},"Replay a message to a topic in the same cluster.",[101,117,118],{},"Forward a single message or the current search results to another cluster, creating the target topic automatically when it does not exist.",[101,120,121],{},"Export messages to JSON or CSV.",[101,123,124],{},"Create, inspect, configure, and delete topics.",[93,126,128],{"id":127},"schemas","Schemas",[98,130,131,134,137,140],{},[101,132,133],{},"Browse Schema Registry subjects and their version history.",[101,135,136],{},"Create new versions with a live diff against the current schema.",[101,138,139],{},"Compare historical versions, generate mock data, and validate messages in Lab.",[101,141,142],{},"Check compatibility before registering a new schema version.",[93,144,146],{"id":145},"consumer-groups-and-brokers","Consumer groups and brokers",[98,148,149,152,155,158],{},[101,150,151],{},"Inspect consumer groups, topic assignments, committed offsets, and partition lag.",[101,153,154],{},"Reset or delete consumer group offsets.",[101,156,157],{},"Browse broker nodes and inspect cluster-level and broker-level configuration.",[101,159,160],{},"Use Overrides only to show configuration values that differ from their defaults.",[93,162,164],{"id":163},"access-and-operational-safety","Access and operational safety",[98,166,167,170,173,176,179],{},[101,168,169],{},"Mark a cluster as read-only when creating the connection to prevent write operations.",[101,171,172],{},"Require typed confirmation before cloning data into a production cluster.",[101,174,175],{},"Browse access control lists in a read-only ACL view.",[101,177,178],{},"Simulate ACL evaluation to check whether a principal can perform an operation on a resource.",[101,180,181],{},"Review operations in the Activity Log and roll back supported changes.",[93,183,185],{"id":184},"data-clone","Data Clone",[98,187,188,191],{},[101,189,190],{},"Clone topic configuration, schemas, and a selected slice of data between clusters.",[101,192,193],{},"Mask sensitive fields during the copy while the source cluster remains read-only.",[93,195,197],{"id":196},"connectivity","Connectivity",[98,199,200,203,206],{},[101,201,202],{},"Save, edit, and switch between multiple Kafka cluster connections.",[101,204,205],{},"Connect to self-hosted Kafka, Confluent Cloud, and Amazon MSK.",[101,207,208],{},"Authenticate with SASL\u002FPLAIN, SASL\u002FSCRAM, SASL\u002FOAUTHBEARER, mTLS, or AWS IAM.",[93,210,212],{"id":211},"home-and-navigation","Home and navigation",[98,214,215,218],{},[101,216,217],{},"Pin frequently used topics, schemas, and consumer groups to Home and return to recently used resources.",[101,219,220],{},"Jump directly to resources from the global search dialog.",[10,222,223,224,229],{},"Kafma is available for macOS, Windows, and Linux. ",[225,226,228],"a",{"href":227},"\u002Fdownload","Download Kafma"," and connect your first Kafka cluster.",{"title":231,"searchDepth":232,"depth":232,"links":233},"",3,[234,236,237,238,239],{"id":25,"depth":235,"text":26},2,{"id":43,"depth":235,"text":44},{"id":57,"depth":235,"text":58},{"id":75,"depth":235,"text":76},{"id":90,"depth":235,"text":91,"children":240},[241,242,243,244,245,246,247],{"id":95,"depth":232,"text":96},{"id":127,"depth":232,"text":128},{"id":145,"depth":232,"text":146},{"id":163,"depth":232,"text":164},{"id":184,"depth":232,"text":185},{"id":196,"depth":232,"text":197},{"id":211,"depth":232,"text":212},"2026-07-27","Kafma v1.0.0 introduces a tab-based Kafka console, schema validation, cross-cluster cloning, ACL simulation, and everyday cluster management.",{"type":7,"value":251},[252,254],[10,253,12],{},[10,255,256],{},[16,257],{"alt":18,"height":19,"src":20,"width":21},"md",{},true,"\u002Fchangelog\u002Fv1.0.0",{"title":5,"description":249},{"loc":261},"changelog\u002Fv1.0.0","v1.0.0","GBXZ_lRDpvc6C1AxLd8fUgunFFzqAKgY3PiWgIZdBzg",[268],{"path":261,"title":5,"version":265,"date":248},1785561255494]