nakadi-client-0.5.0.3: Client library for the Nakadi Event Broker

Copyright(c) Moritz Clasmeier 2017 2018
LicenseBSD3
Maintainermtesseract@silverratio.net
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Network.Nakadi.EventTypes.Partitions

Description

This module implements the /event-types/EVENT-TYPE/partitions API.

Synopsis

Documentation

eventTypePartitions Source #

Arguments

:: MonadNakadi b m 
=> EventTypeName

Name of Event Type

-> m [Partition]

Partition Information

GET to /event-types/EVENT-TYPE/partitions. Retrieves information about all partitions.

eventTypePartition Source #

Arguments

:: MonadNakadi b m 
=> EventTypeName

Name of Event Type

-> PartitionName

Name of Partition to look up

-> m Partition

Partition Information

GET to /event-types/EVENT-TYPE/partitions/PARTITION. Retrieves information about a single partition.