{"library":"sentry-kafka-schemas","title":"Sentry Kafka Schemas","description":"Provides Kafka topic definitions, Avro/Protobuf schemas, and versioned schema management for Sentry's event ingestion and processing pipelines. Version 2.1.29 is actively maintained with frequent releases (multiple per month).","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sentry-kafka-schemas"],"cli":null},"imports":["from sentry_kafka_schemas import get_topic","from sentry_kafka_schemas import get_message_type"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sentry_kafka_schemas import get_topic, get_message_type, get_schema\n\ntopic_name = \"events\"\ntopic = get_topic(topic_name)\nprint(topic.version)\n\nmsg_type = get_message_type(topic_name)\nprint(msg_type)\n\nschema = get_schema(topic_name)\nprint(schema.schema_str[:100])\n","lang":"python","description":"Get topic metadata, message type, and schema for a given topic.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}