Re: InMemorySystemDescriptor ignores serde

2019-01-17 Thread Xinyu Liu
Hi, Tom, First, your observation about current InMemorySystem is exactly right and thanks for raising this issue to the community! The current InMemorySystem came up with a tight coupling with the Samza test framework, which I believe put quite a lot of limitations on its uses, e.g. using

[GitHub] samza pull request #887: SAMZA-2076 RocksDbTableDescriptor should use Long t...

2019-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/887 ---

[GitHub] samza pull request #751: Samza 1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framew...

2019-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/751 ---

[GitHub] samza pull request #880: SAMZA-2066 Refactor remote tables to separate vario...

2019-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/880 ---

[GitHub] samza pull request #887: SAMZA-2076 RocksDbTableDescriptor should use Long t...

2019-01-17 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/887 SAMZA-2076 RocksDbTableDescriptor should use Long type for TTL Samza uses millisec as config value, while in rocksDB it's defined as int32. It's currently defined as integer in

[GitHub] samza pull request #882: DiagnosticsAppender for log4j2

2019-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/882 ---

[GitHub] samza pull request #871: SAMZA-2056 : Adding a TaskMode in the TaskModel

2019-01-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/871 ---

Re: InMemorySystemDescriptor ignores serde

2019-01-17 Thread Tom Davis
Hey Sanil, thanks for the reply. I eventually figured that not supporting serdes for in-memory streams was an intentional restriction, I was just pointing out that it is inconsistent with earlier versions since it was relatively easy to supply stream serdes directly before the Descriptor API. I

[GitHub] samza pull request #888: SAMZA-2078: Add zookeeper session metrics to ZkJobC...

2019-01-17 Thread shanthoosh
GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/888 SAMZA-2078: Add zookeeper session metrics to ZkJobCoordinator. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza SAMZA-2078