Description
We really need to do a better job of documenting the samza-api code. Especially, the classes the end-user will see frequently:
- StreamTask
- WindowableTask
- ClosableTask
- InitableTask
- MessageCollector
- IncomingMessageEnvelope
- OutgoingMessageEnvelope
- TaskContext
- StorageEngine
- MetricsRegistry
- Partition
- TaskCoordinator
- Config
Other classes should be documented as well, but the above are user-facing, and special care should be taken to make sure the docs are complete and accurate.
Attachments
Attachments
Issue Links
- is required by
-
SAMZA-279 0.7 release tasks
- Resolved