Chris Riccomini created SAMZA-143:
-------------------------------------

             Summary: Configuration docs are using 0.6.0 configs
                 Key: SAMZA-143
                 URL: https://issues.apache.org/jira/browse/SAMZA-143
             Project: Samza
          Issue Type: Bug
          Components: docs
    Affects Versions: 0.6.0
            Reporter: Chris Riccomini


http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/configuration.html
 is using 0.6.0 style (invalid) configuration as its example in:

{noformat}
# Job
job.factory.class=samza.job.local.LocalJobFactory
job.name=hello-world

# Task
task.class=samza.task.example.MyJavaStreamerTask
task.inputs=example-stream

# Serializers
serializers.registry.json.class=samza.serializers.JsonSerdeFactory
serializers.default=json

# Streams
streams.example-stream.system=example-system
streams.example-stream.stream=some-stream

# Systems
systems.example-system.samza.consumer.factory=samza.stream.example.ExampleConsumerFactory
systems.example-system.samza.partition.manager=samza.stream.example.ExamplePartitionManager
{noformat}

We should update this example to use 0.7.0 style config. There is no longer a 
streams block, and no longer serializers.default. Also, there is no partition 
manager anymore.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to