[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat closed the pull request at: https://github.com/apache/incubator-pulsar/pull/526 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat closed the pull request at: https://github.com/apache/incubator-pulsar/pull/526 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123886484 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash --- End diff -- We can just call it `bin/p

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123886484 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash --- End diff -- We can just call it `bin/p

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883091 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash +# +# Licensed to the Apache Software Foundatio

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883078 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash --- End diff -- This should be `python` in

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883091 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash +# +# Licensed to the Apache Software Foundatio

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883078 --- Diff: bin/pulsar-managed-ledger-admin.py --- @@ -0,0 +1,312 @@ +#!/usr/bin/env bash --- End diff -- This should be `python` in

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread rdhabalia
Github user rdhabalia commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883007 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +imp

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-24 Thread rdhabalia
Github user rdhabalia commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123883007 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +imp

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123866446 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123866446 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123866121 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python --- End dif

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123866121 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python --- End dif

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854887 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123855445 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854712 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python --- End dif

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123855309 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123855445 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123855309 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854374 --- Diff: pulsar-client-admin/src/main/resources/mltool/MLDataFormats_pb2.py --- @@ -0,0 +1,342 @@ +# Generated by the protocol buffer compile

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854887 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python + +impo

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854374 --- Diff: pulsar-client-admin/src/main/resources/mltool/MLDataFormats_pb2.py --- @@ -0,0 +1,342 @@ +# Generated by the protocol buffer compile

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread merlimat
Github user merlimat commented on a diff in the pull request: https://github.com/apache/incubator-pulsar/pull/526#discussion_r123854712 --- Diff: pulsar-client-admin/src/main/resources/mltool/ManagedLedgerAdminTool.py --- @@ -0,0 +1,261 @@ +#!/usr/bin/env python --- End dif

[GitHub] incubator-pulsar pull request #526: Add managed-ledger admin tool to access ...

2017-06-23 Thread rdhabalia
GitHub user rdhabalia opened a pull request: https://github.com/apache/incubator-pulsar/pull/526 Add managed-ledger admin tool to access ml binary information ### Motivation After merging #394, broker will start storing managed-ledger data into binary format which can't be