Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultReplicationFactor = 3 DefaultPartitions = 1 InMemoryStorage = ":in-memory:" )
View Source
const ( MetadataKeyTopicPartition = "topicPartition" MetadataKeyTimestamp = "timestamp" )
View Source
const (
EventTypeProjectionResult = "Result"
)
Variables ¶
This section is empty.
Functions ¶
func NewEventFrom ¶
Types ¶
type Config ¶
func DefaultConfig ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func BuildProcessor ¶
func BuildProcessor(p *projections.Projection, cfg Config) (*Processor, error)
func (*Processor) WaitShutdown ¶
func (p *Processor) WaitShutdown()
Click to show internal directories.
Click to hide internal directories.