[GitHub] samza pull request #736: Eventhubs 1.0 tutorials cleanup

2018-10-16 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/736 Eventhubs 1.0 tutorials cleanup Misc Event hubs cleanup for the 1.0 release: - Updated hello-samza tutorial documentation - Removed unused depricated documentation (all content is not in

[GitHub] samza pull request #733: SAMZA-1956: Update value only descriptor serde

2018-10-16 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/733 SAMZA-1956: Update value only descriptor serde Changed the KVSerde to only value Serde for the Eventhubs input and output descriptors. Since the key is always a `String`, the key serde should

[GitHub] samza pull request #723: Added Samza Configurations to website

2018-10-12 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/723 Added Samza Configurations to website @vjagadish Added `CONFIGURATIONS` under `DOCUMENTATION` Updated `configuration.md` page to work with new configs Do we have documentation about

[GitHub] samza pull request #696: SAMZA-1856: eventhub descriptors

2018-10-05 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/696 SAMZA-1856: eventhub descriptors @prateekm @lhaiesp Add system descriptors and input/output descriptors for Eventhubs. We should make an effort to deprecate the `systems.%s.stream.list

[GitHub] samza pull request #690: Samza config reference

2018-10-03 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/690 Samza config reference @vjagadish @prateekm Added all the configs. ![screen shot 2018-10-03 at 3 55 36 pm](https://user-images.githubusercontent.com/29577458/4642-e46f8a80-c726-11e8-9fec

[GitHub] samza pull request #671: Basic configurations

2018-09-27 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/671 Basic configurations @prateekm @vjagadish Please let me know if there are configs that should/should not be there or there are descriptions that you would like me to change

[GitHub] samza pull request #653: SAMZA-1900 Add restore logging info

2018-09-21 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/653 SAMZA-1900 Add restore logging info @prateekm let me know if there are other places that logging should also be improved in this patch. You can merge this pull request into a Git repository by

[GitHub] samza pull request #382: Added producer and consumer docs

2017-12-11 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/382 Added producer and consumer docs Still need to add tutorials, and configs to configurations table @vjagadish1989 for review You can merge this pull request into a Git repository by running

[GitHub] samza pull request #377: Eventhub connector fix

2017-12-01 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/377 Eventhub connector fix Key fixes - Switched Producer source vs destination assumptions in `send`, `register` - Check `OME.key` if `OME.partitionId` is null for to get partitionId You can

[GitHub] samza pull request #352: Added tests, make eventData creation extensible

2017-11-07 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/352 Added tests, make eventData creation extensible @vjagadish1989 Required for internal custom eventData creation You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #341: Checkpoint manager implementation with Azure Table

2017-10-25 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/341 Checkpoint manager implementation with Azure Table @vjagadish1989 WIP, will add tests You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #308: SAMZA-1438: SystemProducer, Consumer and Admin inte...

2017-09-29 Thread dxichen
GitHub user dxichen opened a pull request: https://github.com/apache/samza/pull/308 SAMZA-1438: SystemProducer, Consumer and Admin interfaces for EventHubs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dxichen/samza eventHub