+1 for the interface.
- KN
On Mon, Sep 12, 2016 at 5:46 PM, Jon Derrick
wrote:
> Sijie, thank you for your comments.
>
> I'd like to make a proposal by introducing a `NamespaceResolver`.
>
> What does a namespace resolver do? A namespace resolver is basically
> resolving the log stream name int
This sounds reasonable to me. Look forward to your contribution.
- Sijie
On Mon, Sep 12, 2016 at 2:46 AM, Jon Derrick
wrote:
> Sijie, thank you for your comments.
>
> I'd like to make a proposal by introducing a `NamespaceResolver`.
>
> What does a namespace resolver do? A namespace resolver is
Sijie, thank you for your comments.
I'd like to make a proposal by introducing a `NamespaceResolver`.
What does a namespace resolver do? A namespace resolver is basically
resolving the log stream name into a metadata location path. Then DL knows
where to locate the metadata of a log stream. The r
On Thu, Aug 18, 2016 at 2:30 AM, Sijie Guo wrote:
> Jon,
>
> Sorry for late response. This is a very good question. Comments in line.
>
> Sijie
>
> On Monday, August 15, 2016, Jon Derrick
> wrote:
>
> > Hello all,
> >
> > I read the distributed log code closely. I found that the DL namespace
> i
Jon,
Sorry for late response. This is a very good question. Comments in line.
Sijie
On Monday, August 15, 2016, Jon Derrick wrote:
> Hello all,
>
> I read the distributed log code closely. I found that the DL namespace is a
> flat namespace. There will be a potential issue if there are a lot o
Hello all,
I read the distributed log code closely. I found that the DL namespace is a
flat namespace. There will be a potential issue if there are a lot of
streams created under a same namespace. I am very curious what are the
thoughts behind that. Here are some questions:
- How many streams tha