# Events Examples (/sdks/kotlin/how-to/events)



Real-time fire-and-forget pub/sub messaging examples.

<Cards>
  <Card title="Basic Pub/Sub" href="/sdks/kotlin/tutorials/basic-pubsub">
    Publish and subscribe to events
  </Card>

  <Card title="Cancel Subscription" href="/sdks/kotlin/how-to/events/cancel-subscription">
    Cancel an active event subscription
  </Card>

  <Card title="Consumer Group" href="/sdks/kotlin/how-to/events/consumer-group">
    Load-balanced event consumption across group members
  </Card>

  <Card title="Multiple Subscribers" href="/sdks/kotlin/how-to/events/multiple-subscribers">
    Broadcast events to multiple independent subscribers
  </Card>

  <Card title="Stream Send" href="/sdks/kotlin/how-to/events/stream-send">
    High-throughput event streaming with Flow
  </Card>

  <Card title="Wildcard Subscription" href="/sdks/kotlin/how-to/events/wildcard-subscription">
    Subscribe to multiple channels with wildcard patterns
  </Card>
</Cards>
