Hi Tomer,
To dump the topology you can do
`System.out.println(topology.describe().toString())`.
But if you can post just the code that would be fine as well.
I understand about the logs, one thing to do is grep out any sensitive
information, but I get it if you can't do that.
Thanks,
Bill
On Thu, Oct 28, 2021 at 1:23 PM Tomer Cohen < ilan012@gmail.com > wrote:
> Hi Bill,
>
> Is there an easy way to dump the topology to share?
>
> The logs contain sensitive information, is there something else that can be
> provided?
>
> Thanks,
>
> Tomer
>
> On Thu, Oct 28, 2021 at 12:23 PM Bill Bejeck <bill@confluent.io.invalid>
> wrote:
>
> > Hi Tomer,
> >
> > Can you share your topology and any log files?
> >
> > Thanks,
> > Bill
> >
> > On Thu, Oct 28, 2021 at 12:07 PM Tomer Cohen < ilan012@gmail.com > wrote:
> >
> > > Hi Bill/Matth...